From: Alon Bar-Lev Date: Sat, 25 Mar 2017 21:34:22 +0000 (+0300) Subject: dev-libs/botan: remove eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a4c82ff7d1725cef2aa88949c8b22a0f006991f;p=gentoo.git dev-libs/botan: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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}"