diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 20:09:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-01-09 20:09:59 +0000 |
commit | e23c340138cccb0412479f625bc88aafa9364f42 (patch) | |
tree | 24af071b5e3bb268c6f9f32c79e2f246ad176a4d /dev-perl/DBD-SQLite | |
parent | alpha stable wrt #290660 (diff) | |
download | historical-e23c340138cccb0412479f625bc88aafa9364f42.tar.gz historical-e23c340138cccb0412479f625bc88aafa9364f42.tar.bz2 historical-e23c340138cccb0412479f625bc88aafa9364f42.zip |
Transfer Prefix keywords
Package-Manager: portage-2.2.00.15184-prefix/cvs/Darwin powerpc
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.29.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog index cfb5e383311a..8951a7b00f44 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.74 2010/01/09 09:25:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.75 2010/01/09 19:19:42 grobian Exp $ + + 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> DBD-SQLite-1.29.ebuild: + Transfer Prefix keywords *DBD-SQLite-1.29 (09 Jan 2010) diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild index 878a9fd5c3cd..f72bee3a0366 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.29.ebuild,v 1.1 2010/01/09 09:25:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.29.ebuild,v 1.2 2010/01/09 19:19:42 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module eutils DESCRIPTION="Self Contained RDBMS in a DBI Driver" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=dev-perl/DBI-1.57 |