commit: 0fc4fa75e4a981d8bf293139f8cb9943aaf154ac Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 23:02:52 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 15:19:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc4fa75
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 <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14107 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-devel/gettext/gettext-0.20.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/gettext/gettext-0.20.1.ebuild b/sys-devel/gettext/gettext-0.20.1.ebuild index 7de04392413..251b2681eb3 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 }
