diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-11-28 12:11:33 +0000 |
commit | 32416286aefc014fa525265fea55f774944034c4 (patch) | |
tree | ec0eda004865d0438c2b511faf2e5f8838bc263a /app-text/po4a/po4a-0.21.ebuild | |
parent | Switched from perl-module to perl-app eclass (diff) | |
download | gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.gz gentoo-2-32416286aefc014fa525265fea55f774944034c4.tar.bz2 gentoo-2-32416286aefc014fa525265fea55f774944034c4.zip |
Switched from perl-module to perl-app eclass
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'app-text/po4a/po4a-0.21.ebuild')
-rw-r--r-- | app-text/po4a/po4a-0.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/po4a/po4a-0.21.ebuild b/app-text/po4a/po4a-0.21.ebuild index 300f4c3befe0..eaf84b6b78c9 100644 --- a/app-text/po4a/po4a-0.21.ebuild +++ b/app-text/po4a/po4a-0.21.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.21.ebuild,v 1.1 2005/05/14 14:09:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.21.ebuild,v 1.2 2005/11/28 12:10:33 mcummings Exp $ -inherit perl-module +inherit perl-app MY_PV=${PV/21/20} MY_P="${PN}-${MY_PV}" |