commit: 5a4c82ff7d1725cef2aa88949c8b22a0f006991f
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 21:34:22 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 21:46:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4c82ff
dev-libs/botan: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/botan/botan-1.10.15-r1.ebuild | 2 +-
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 0fe8c0507d5..0a2efeaedae 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 f35485dfdb9..91273a01fc9 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}"