diff options
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index 990fa8eef6b7..d29b13dc821d 100644 --- a/dev-perl/Socket6/ChangeLog +++ b/dev-perl/Socket6/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Socket6 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.23 2006/08/18 01:23:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.24 2006/09/16 21:32:21 dertobi123 Exp $ + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> Socket6-0.19.ebuild: + ppc stable 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> Socket6-0.19.ebuild: Marking amd64 stable diff --git a/dev-perl/Socket6/Socket6-0.19.ebuild b/dev-perl/Socket6/Socket6-0.19.ebuild index 67b560bd1523..90cbf0527280 100644 --- a/dev-perl/Socket6/Socket6-0.19.ebuild +++ b/dev-perl/Socket6/Socket6-0.19.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/Socket6/Socket6-0.19.ebuild,v 1.12 2006/08/18 01:23:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.19.ebuild,v 1.13 2006/09/16 21:32:21 dertobi123 Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/U/UM/UMEMOTO/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ~ppc ppc64 s390 sh sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~x86" IUSE="" SRC_TEST="do" |