diff options
author | David Seifert <soap@gentoo.org> | 2019-12-24 00:02:52 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-12-28 16:19:22 +0100 |
commit | 0fc4fa75e4a981d8bf293139f8cb9943aaf154ac (patch) | |
tree | cfc7bedb7f6b9b57d309a722bd0f0329b13fa5b0 /sys-devel/gettext | |
parent | sys-devel/libtool: Remove old (diff) | |
download | gentoo-0fc4fa75e4a981d8bf293139f8cb9943aaf154ac.tar.gz gentoo-0fc4fa75e4a981d8bf293139f8cb9943aaf154ac.tar.bz2 gentoo-0fc4fa75e4a981d8bf293139f8cb9943aaf154ac.zip |
sys-devel/gettext: Remove epunt-cxx.eclass
* epunt-cxx.eclass was invented for profiles
with optional or broken C++ support. Given
that in 2019, C++ is not optional anymore,
the epunt-cxx.eclass has become redundant.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14107
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/gettext-0.20.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.20.1.ebuild b/sys-devel/gettext/gettext-0.20.1.ebuild index 7de043924130..251b2681eb31 100644 --- a/sys-devel/gettext/gettext-0.20.1.ebuild +++ b/sys-devel/gettext/gettext-0.20.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 -inherit epunt-cxx mono-env libtool java-pkg-opt-2 multilib-minimal +inherit mono-env libtool java-pkg-opt-2 multilib-minimal DESCRIPTION="GNU locale utilities" HOMEPAGE="https://www.gnu.org/software/gettext/" @@ -70,7 +70,6 @@ src_prepare() { default - epunt_cxx elibtoolize } |