diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 23:57:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 19:03:44 +0200 |
commit | 7b7b64ca2e9ba9d044b922a9fbe137edfd7c3e88 (patch) | |
tree | b38ddffecc17e17422c7f542f167bc7de47f0447 /sys-devel | |
parent | sys-devel/gettext: Replace eutils inherit w/ split eclasses (diff) | |
download | gentoo-7b7b64ca2e9ba9d044b922a9fbe137edfd7c3e88.tar.gz gentoo-7b7b64ca2e9ba9d044b922a9fbe137edfd7c3e88.tar.bz2 gentoo-7b7b64ca2e9ba9d044b922a9fbe137edfd7c3e88.zip |
sys-devel/libtool: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.4.6-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/libtool/libtool-2.4.6-r2.ebuild b/sys-devel/libtool/libtool-2.4.6-r2.ebuild index 94e7eef3e67a..22305f5c51f1 100644 --- a/sys-devel/libtool/libtool-2.4.6-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r2.ebuild @@ -5,7 +5,7 @@ EAPI="4" LIBTOOLIZE="true" #225559 WANT_LIBTOOL="none" -inherit eutils autotools multilib unpacker +inherit autotools epatch epunt-cxx multilib unpacker if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git diff --git a/sys-devel/libtool/libtool-2.4.6-r3.ebuild b/sys-devel/libtool/libtool-2.4.6-r3.ebuild index 9ac2aa64355d..a5d6ae853685 100644 --- a/sys-devel/libtool/libtool-2.4.6-r3.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r3.ebuild @@ -5,7 +5,7 @@ EAPI="5" LIBTOOLIZE="true" #225559 WANT_LIBTOOL="none" -inherit eutils autotools multilib unpacker +inherit autotools epatch epunt-cxx multilib unpacker if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git diff --git a/sys-devel/libtool/libtool-2.4.6-r4.ebuild b/sys-devel/libtool/libtool-2.4.6-r4.ebuild index aa170bb4db08..4c96bca253ef 100644 --- a/sys-devel/libtool/libtool-2.4.6-r4.ebuild +++ b/sys-devel/libtool/libtool-2.4.6-r4.ebuild @@ -5,7 +5,7 @@ EAPI="5" LIBTOOLIZE="true" #225559 WANT_LIBTOOL="none" -inherit eutils autotools multilib unpacker prefix +inherit autotools epatch epunt-cxx multilib unpacker prefix if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index c1c2322fbd67..072057189265 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.ebuild @@ -5,7 +5,7 @@ EAPI="5" LIBTOOLIZE="true" #225559 WANT_LIBTOOL="none" -inherit eutils autotools multilib unpacker prefix +inherit autotools epatch epunt-cxx multilib unpacker prefix if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git |