diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-30 11:35:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-30 11:35:40 +0000 |
commit | 9446e39d4d5084bfa17852285026c1658e14ff91 (patch) | |
tree | 7b6a742f4aa50b647e0e38428632bddcb9b0c216 /dev-perl/Test-Inline | |
parent | Added a proper fix for rpath issue, thanks to Azarah. (diff) | |
download | historical-9446e39d4d5084bfa17852285026c1658e14ff91.tar.gz historical-9446e39d4d5084bfa17852285026c1658e14ff91.tar.bz2 historical-9446e39d4d5084bfa17852285026c1658e14ff91.zip |
Stable on alpha.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'dev-perl/Test-Inline')
-rw-r--r-- | dev-perl/Test-Inline/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Test-Inline/Test-Inline-0.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Test-Inline/ChangeLog b/dev-perl/Test-Inline/ChangeLog index 9a94cb21c372..b58bfb3cad3a 100644 --- a/dev-perl/Test-Inline/ChangeLog +++ b/dev-perl/Test-Inline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Test-Inline # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.15 2005/04/29 19:31:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/ChangeLog,v 1.16 2005/04/30 11:02:37 kloeri Exp $ + + 30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + Test-Inline-0.16.ebuild: + Stable on alpha. 29 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> Test-Inline-0.16.ebuild: diff --git a/dev-perl/Test-Inline/Test-Inline-0.16.ebuild b/dev-perl/Test-Inline/Test-Inline-0.16.ebuild index 4659edc90f7c..3e9801d317f4 100644 --- a/dev-perl/Test-Inline/Test-Inline-0.16.ebuild +++ b/dev-perl/Test-Inline/Test-Inline-0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.16.ebuild,v 1.6 2005/04/29 19:31:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inline/Test-Inline-0.16.ebuild,v 1.7 2005/04/30 11:02:37 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64" +KEYWORDS="x86 ~ppc sparc alpha ~hppa ~amd64" IUSE="" SRC_TEST="do" |