diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-08-17 01:41:54 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-08-17 01:41:54 +0000 |
commit | 43dab3bf20aba94fc986b616f1bb4a98283a7c3d (patch) | |
tree | 6a95281ef3036d98135d42561fc1ac23c074b1c8 /dev-perl/Test-Exception | |
parent | Added ~alpha keyword wrt Bug #142139. (diff) | |
download | gentoo-2-43dab3bf20aba94fc986b616f1bb4a98283a7c3d.tar.gz gentoo-2-43dab3bf20aba94fc986b616f1bb4a98283a7c3d.tar.bz2 gentoo-2-43dab3bf20aba94fc986b616f1bb4a98283a7c3d.zip |
Added ~alpha keyword wrt Bug #142139.
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-perl/Test-Exception')
-rw-r--r-- | dev-perl/Test-Exception/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 498558d08bd0..535975f7bec8 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.24 2006/08/05 23:38:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.25 2006/08/17 01:41:54 tcort Exp $ + + 17 Aug 2006; Thomas Cort <tcort@gentoo.org> Test-Exception-0.21.ebuild: + Added ~alpha keyword wrt Bug #142139. 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Test-Exception-0.20.ebuild, Test-Exception-0.21.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild index 8fa17bc2e988..786c57452215 100644 --- a/dev-perl/Test-Exception/Test-Exception-0.21.ebuild +++ b/dev-perl/Test-Exception/Test-Exception-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.9 2006/08/05 23:38:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/Test-Exception-0.21.ebuild,v 1.10 2006/08/17 01:41:54 tcort Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ia64 ~ppc sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~ppc sparc ~x86" IUSE="" SRC_TEST="do" |