diff options
Diffstat (limited to 'dev-perl/Class-DBI')
-rw-r--r-- | dev-perl/Class-DBI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Class-DBI/ChangeLog b/dev-perl/Class-DBI/ChangeLog index 523698e75a14..c54eb66546b0 100644 --- a/dev-perl/Class-DBI/ChangeLog +++ b/dev-perl/Class-DBI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-DBI -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.45 2008/11/18 14:33:04 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/ChangeLog,v 1.46 2011/04/24 15:43:20 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> Class-DBI-3.0.17.ebuild: + Marked ~x86-solaris, bug #296509 18 Nov 2008; Torsten Veller <tove@gentoo.org> Class-DBI-3.0.16.ebuild, Class-DBI-3.0.17.ebuild: diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild index a483d42f975b..29bc7d3342b2 100644 --- a/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild +++ b/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/Class-DBI-3.0.17.ebuild,v 1.2 2008/11/18 14:33:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.3 2011/04/24 15:43:20 grobian Exp $ MODULE_AUTHOR=TMTM MY_P="${PN}-v${PV}" @@ -12,7 +12,7 @@ DESCRIPTION="Simple Database Abstraction" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="" # Tests aren't possible since they require interaction with the DB's |