diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:36:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:36:59 +0000 |
commit | 6e49aacf57411543a26b8db36544b9267ebd6ee7 (patch) | |
tree | 16c1ae126d1e12a8681d033ac23b4fdc174d12f6 /dev-perl/Class-Base | |
parent | Fix comment typo. (diff) | |
download | historical-6e49aacf57411543a26b8db36544b9267ebd6ee7.tar.gz historical-6e49aacf57411543a26b8db36544b9267ebd6ee7.tar.bz2 historical-6e49aacf57411543a26b8db36544b9267ebd6ee7.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.01.18252-prefix/cvs/SunOS i386
Diffstat (limited to 'dev-perl/Class-Base')
-rw-r--r-- | dev-perl/Class-Base/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-Base/Class-Base-0.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Class-Base/ChangeLog b/dev-perl/Class-Base/ChangeLog index fdcc0829f5ec..567e9434efc5 100644 --- a/dev-perl/Class-Base/ChangeLog +++ b/dev-perl/Class-Base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-Base -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/ChangeLog,v 1.1 2009/06/23 07:34:53 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/ChangeLog,v 1.2 2011/04/24 15:29:19 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Class-Base-0.03.ebuild: + Marked ~x86-solaris, bug #296509 *Class-Base-0.03 (23 Jun 2009) diff --git a/dev-perl/Class-Base/Class-Base-0.03.ebuild b/dev-perl/Class-Base/Class-Base-0.03.ebuild index 7bb787a9ec69..e22f850cabc2 100644 --- a/dev-perl/Class-Base/Class-Base-0.03.ebuild +++ b/dev-perl/Class-Base/Class-Base-0.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/Class-Base-0.03.ebuild,v 1.1 2009/06/23 07:34:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Base/Class-Base-0.03.ebuild,v 1.2 2011/04/24 15:29:19 grobian Exp $ MODULE_AUTHOR="ABW" EAPI=2 @@ -13,4 +13,4 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-solaris" |