x11-misc/picom: use python_has_version

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-08-13 10:28:36 +03:00
parent 0d75b67d3d
commit 2cdce3a885
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ BDEPEND="virtual/pkgconfig
DOCS=( README.md picom.sample.conf )
python_check_deps() {
has_version -b "dev-python/xcffib[${PYTHON_USEDEP}]"
python_has_version "dev-python/xcffib[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@@ -44,7 +44,7 @@ BDEPEND="virtual/pkgconfig
DOCS=( README.md picom.sample.conf )
python_check_deps() {
has_version -b "dev-python/xcffib[${PYTHON_USEDEP}]"
python_has_version "dev-python/xcffib[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@@ -44,7 +44,7 @@ BDEPEND="virtual/pkgconfig
DOCS=( README.md picom.sample.conf )
python_check_deps() {
has_version -b "dev-python/xcffib[${PYTHON_USEDEP}]"
python_has_version "dev-python/xcffib[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@@ -43,7 +43,7 @@ BDEPEND="virtual/pkgconfig
DOCS=( README.md picom.sample.conf )
python_check_deps() {
has_version -b "dev-python/xcffib[${PYTHON_USEDEP}]"
python_has_version "dev-python/xcffib[${PYTHON_USEDEP}]"
}
pkg_setup() {