diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-09 13:56:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-09 13:56:38 +0000 |
commit | eb4ab07c43fe95a2e21de5fc98aa75ee060f27a4 (patch) | |
tree | 1cefed456a24b6f14b8d41db6a5b08b0a1e6af5a /dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild | |
parent | More cleanup (diff) | |
download | gentoo-2-eb4ab07c43fe95a2e21de5fc98aa75ee060f27a4.tar.gz gentoo-2-eb4ab07c43fe95a2e21de5fc98aa75ee060f27a4.tar.bz2 gentoo-2-eb4ab07c43fe95a2e21de5fc98aa75ee060f27a4.zip |
Cleaning up; marking amd64, sparc stable
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild')
-rw-r--r-- | dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild index 1949a3f21ae8..7176359a8c3d 100644 --- a/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild +++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.08.ebuild,v 1.7 2006/08/05 02:11:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.08.ebuild,v 1.8 2006/10/09 13:56:38 mcummings Exp $ inherit perl-module eutils @@ -10,11 +10,10 @@ SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" DEPEND=">=dev-perl/DBI-1.42 !<dev-perl/DBD-SQLite-1 dev-lang/perl" -RDEPEND="${DEPEND}" |