diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 16:55:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 16:55:39 +0000 |
commit | b82c8f5e4706d94302ca36170cdbd12a345aa31d (patch) | |
tree | 6d9424f2504f5c37712328e245d58e0b18f2a3aa /perl-core | |
parent | Fixing repoman complaints, fixing missing documentation files , bug #298001 (diff) | |
download | gentoo-2-b82c8f5e4706d94302ca36170cdbd12a345aa31d.tar.gz gentoo-2-b82c8f5e4706d94302ca36170cdbd12a345aa31d.tar.bz2 gentoo-2-b82c8f5e4706d94302ca36170cdbd12a345aa31d.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.00.15134-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/i18n-langtags/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/i18n-langtags/i18n-langtags-0.35.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/perl-core/i18n-langtags/ChangeLog b/perl-core/i18n-langtags/ChangeLog index e0e6ccd9b710..9f06b15ea317 100644 --- a/perl-core/i18n-langtags/ChangeLog +++ b/perl-core/i18n-langtags/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/i18n-langtags -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/i18n-langtags/ChangeLog,v 1.5 2007/01/19 18:00:29 mcummings Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/i18n-langtags/ChangeLog,v 1.6 2009/12/23 16:55:39 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> + i18n-langtags-0.35.ebuild: + Marked ~x86-solaris, bug #296509 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> i18n-langtags-0.35.ebuild: diff --git a/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild b/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild index c5cf9ba7750b..6038b5edbffc 100644 --- a/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild +++ b/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild,v 1.5 2007/01/19 18:00:29 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/i18n-langtags/i18n-langtags-0.35.ebuild,v 1.6 2009/12/23 16:55:39 grobian Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-solaris" IUSE="" SRC_TEST="do" |