mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-misc/picom: use python_has_version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user