summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 09:49:26 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 13:21:40 +0200
commit582d0857e83f68ef4b5ac7d184bd48519a505ea1 (patch)
tree5964554f4620b0c0c86f231d4a9bd1a6ee99f870 /dev-libs/botan
parentdev-libs/boost-numpy: [QA] Add missing python metadata variables (diff)
downloadgentoo-582d0857e83f68ef4b5ac7d184bd48519a505ea1.tar.gz
gentoo-582d0857e83f68ef4b5ac7d184bd48519a505ea1.tar.bz2
gentoo-582d0857e83f68ef4b5ac7d184bd48519a505ea1.zip
dev-libs/botan: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/botan')
-rw-r--r--dev-libs/botan/botan-1.10.15-r1.ebuild1
-rw-r--r--dev-libs/botan/botan-2.0.1.ebuild3
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild
index 0a2efeaedae6..6d62a12760ff 100644
--- a/dev-libs/botan/botan-1.10.15-r1.ebuild
+++ b/dev-libs/botan/botan-1.10.15-r1.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~ppc-macos"
SLOT="0"
LICENSE="BSD"
IUSE="bindist doc python bzip2 gmp libressl ssl static-libs threads zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/${MY_P}"
diff --git a/dev-libs/botan/botan-2.0.1.ebuild b/dev-libs/botan/botan-2.0.1.ebuild
index 91273a01fc99..65915b5a5e39 100644
--- a/dev-libs/botan/botan-2.0.1.ebuild
+++ b/dev-libs/botan/botan-2.0.1.ebuild
@@ -16,11 +16,10 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
SLOT="2/0"
LICENSE="BSD"
IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"
+REQUIRED_USE="python? ( boost ) boost? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/${MY_P}"
-REQUIRED_USE="python? ( boost )"
-
RDEPEND="bzip2? ( >=app-arch/bzip2-1.0.5 )
zlib? ( >=sys-libs/zlib-1.2.3 )
boost? ( ${PYTHON_DEPS} >=dev-libs/boost-1.48[python?,${PYTHON_USEDEP}] )