diff options
author | 2021-12-18 15:40:59 +0100 | |
---|---|---|
committer | 2021-12-18 15:40:59 +0100 | |
commit | ee692072efa9dc09e3c48702124437c49e614d5f (patch) | |
tree | 74873a936e71b0c2fb125020d2821a73de21d79f /dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild | |
parent | media-libs/harfbuzz: Bump to version 3.2.0 (diff) | |
download | gentoo-ee692072efa9dc09e3c48702124437c49e614d5f.tar.gz gentoo-ee692072efa9dc09e3c48702124437c49e614d5f.tar.bz2 gentoo-ee692072efa9dc09e3c48702124437c49e614d5f.zip |
dev-ada/gnatcoll-bindings: fix with USE=-python
Closes: https://bugs.gentoo.org/735730
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild')
-rw-r--r-- | dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild index a1e806038082..030d5768aea7 100644 --- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild +++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-22.0.0-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="gmp iconv lzma openmp python readline +shared static-libs static-pic syslog" -RDEPEND="python? ( ${PYTHON_DEPS} ) +RDEPEND="${PYTHON_DEPS} ${ADA_DEPS} dev-ada/gnatcoll-core:=[${ADA_USEDEP},shared?,static-libs?,static-pic?] gmp? ( dev-libs/gmp:* ) @@ -27,7 +27,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} ) DEPEND="${RDEPEND} dev-ada/gprbuild[${ADA_USEDEP}]" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) +REQUIRED_USE="${PYTHON_REQUIRED_USE} ${ADA_REQUIRED_USE}" pkg_setup() { |