diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:34:22 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:35 +0300 |
commit | 5a4c82ff7d1725cef2aa88949c8b22a0f006991f (patch) | |
tree | b1d3da78056a9c3ee8cb1dfdbb37435741add59e /dev-libs/botan | |
parent | dev-libs/cryptlib: remove eutils (diff) | |
download | gentoo-5a4c82ff7d1725cef2aa88949c8b22a0f006991f.tar.gz gentoo-5a4c82ff7d1725cef2aa88949c8b22a0f006991f.tar.bz2 gentoo-5a4c82ff7d1725cef2aa88949c8b22a0f006991f.zip |
dev-libs/botan: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-1.10.15-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/botan/botan-2.0.1.ebuild | 2 |
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 0fe8c0507d5b..0a2efeaedae6 100644 --- a/dev-libs/botan/botan-1.10.15-r1.ebuild +++ b/dev-libs/botan/botan-1.10.15-r1.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit eutils multilib python-r1 toolchain-funcs +inherit multilib python-r1 toolchain-funcs MY_PN="Botan" MY_P="${MY_PN}-${PV}" diff --git a/dev-libs/botan/botan-2.0.1.ebuild b/dev-libs/botan/botan-2.0.1.ebuild index f35485dfdb95..91273a01fc99 100644 --- a/dev-libs/botan/botan-2.0.1.ebuild +++ b/dev-libs/botan/botan-2.0.1.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit eutils multilib python-r1 toolchain-funcs +inherit multilib python-r1 toolchain-funcs MY_PN="Botan" MY_P="${MY_PN}-${PV}" |