diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-02-26 13:05:52 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-02-26 13:05:52 +0100 |
commit | 14904ab3c5fac9999e776aea17203153ee156b56 (patch) | |
tree | 3094b3ccc4273d9faca5a3c24aba7bbb94f51f05 | |
parent | dev-libs/glib: drop epunt_cxx (diff) | |
download | prefix-14904ab3c5fac9999e776aea17203153ee156b56.tar.gz prefix-14904ab3c5fac9999e776aea17203153ee156b56.tar.bz2 prefix-14904ab3c5fac9999e776aea17203153ee156b56.zip |
sys-devel/gettext: drop epunt_cxx
Package-Manager: Portage-2.3.84-prefix, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | sys-devel/gettext/gettext-0.19.7.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.19.8.1.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/gettext/gettext-0.19.7.ebuild b/sys-devel/gettext/gettext-0.19.7.ebuild index 1dbd808061..58abd0117f 100644 --- a/sys-devel/gettext/gettext-0.19.7.ebuild +++ b/sys-devel/gettext/gettext-0.19.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -59,7 +59,6 @@ src_prepare() { sed -i -e '1c\#!/usr/bin/env sh' \ gettext-tools/misc/convert-archive.in || die - epunt_cxx elibtoolize # Never build libintl since it's in dev-libs/libintl now. diff --git a/sys-devel/gettext/gettext-0.19.8.1.ebuild b/sys-devel/gettext/gettext-0.19.8.1.ebuild index d73a427485..db5d65ef60 100644 --- a/sys-devel/gettext/gettext-0.19.8.1.ebuild +++ b/sys-devel/gettext/gettext-0.19.8.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Note: Keep version bumps in sync with dev-libs/libintl. EAPI="5" -inherit epatch epunt-cxx ltprune mono-env libtool java-pkg-opt-2 multilib-minimal +inherit epatch ltprune mono-env libtool java-pkg-opt-2 multilib-minimal DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" @@ -65,7 +65,6 @@ src_prepare() { sed -i -e '1c\#!/usr/bin/env sh' \ gettext-tools/misc/convert-archive.in || die - epunt_cxx elibtoolize } |