diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
commit | cfebb54c537794bbd8ac03fa083e59b55ebcc31d (patch) | |
tree | 335a2d7603810bce7d4aee1cd27d4e3567eec143 /dev-perl/DBD-SQLite | |
parent | Version bump. (diff) | |
download | historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.gz historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.bz2 historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.zip |
Marked ~ppc-aix, bug #432288
Package-Manager: portage-2.2.01.20894-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r-- | dev-perl/DBD-SQLite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index d07464884318..93bffcb07f8b 100644 --- a/dev-perl/DBD-SQLite/ChangeLog +++ b/dev-perl/DBD-SQLite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-SQLite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.107 2012/06/24 12:59:38 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.108 2012/09/01 11:27:02 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> DBD-SQLite-1.370.0.ebuild: + Marked ~ppc-aix, bug #432288 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild index b0aa78254877..9a09f54c33d3 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v 1.1 2012/06/10 16:33:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v 1.2 2012/09/01 11:27:02 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |