diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:12:48 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-10-04 20:17:02 +0200 |
commit | 450ac6645872d4dc40707912a4afff9a02e56f86 (patch) | |
tree | c86293adb4dbd29f325619659bb5faa2acea14d6 /app-text | |
parent | profiles: Remove stale USE mask on sasl for dev-libs/memcached (diff) | |
download | gentoo-450ac6645872d4dc40707912a4afff9a02e56f86.tar.gz gentoo-450ac6645872d4dc40707912a4afff9a02e56f86.tar.bz2 gentoo-450ac6645872d4dc40707912a4afff9a02e56f86.zip |
app-text/grutatxt: move from perl-app to perl-module.eclass
Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.16-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild b/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild index 665c38e090d3..1509ebcd6dcb 100644 --- a/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.16-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -GENTOO_DEPEND_ON_PERL_SUBSLOT=yes -inherit perl-app +inherit perl-module MY_PN="Grutatxt" MY_P=${MY_PN}-${PV} |