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-DBI-Plugin | |
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-DBI-Plugin')
-rw-r--r-- | dev-perl/Class-DBI-Plugin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Class-DBI-Plugin/ChangeLog b/dev-perl/Class-DBI-Plugin/ChangeLog index de3dd737ec1f..14a51e213bad 100644 --- a/dev-perl/Class-DBI-Plugin/ChangeLog +++ b/dev-perl/Class-DBI-Plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Class-DBI-Plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/ChangeLog,v 1.2 2009/11/15 00:38:34 robbat2 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/ChangeLog,v 1.3 2011/04/24 15:36:59 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> + Class-DBI-Plugin-0.03.ebuild: + Marked ~x86-solaris, bug #296509 15 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> Class-DBI-Plugin-0.03.ebuild: diff --git a/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild index 13b69e22b92f..e4d0233a67cc 100644 --- a/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild +++ b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-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-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild,v 1.2 2009/11/15 00:38:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.03.ebuild,v 1.3 2011/04/24 15:36:59 grobian Exp $ MODULE_AUTHOR="JCZEUS" @@ -12,7 +12,7 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-solaris" DEPEND="dev-perl/Class-DBI dev-lang/perl" |