diff options
Diffstat (limited to 'dev-db/libdbi/libdbi-0.8.1.ebuild')
-rw-r--r-- | dev-db/libdbi/libdbi-0.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/libdbi/libdbi-0.8.1.ebuild b/dev-db/libdbi/libdbi-0.8.1.ebuild index b7ddaf71a4b7..b028b3f25a83 100644 --- a/dev-db/libdbi/libdbi-0.8.1.ebuild +++ b/dev-db/libdbi/libdbi-0.8.1.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-db/libdbi/libdbi-0.8.1.ebuild,v 1.2 2006/03/07 11:46:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libdbi/libdbi-0.8.1.ebuild,v 1.3 2006/09/17 18:29:37 dertobi123 Exp $ DESCRIPTION="libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -11,7 +11,7 @@ DEPEND=">=sys-apps/sed-4 ${RDEPEND}" PDEPEND=">=dev-db/libdbi-drivers-0.8.0" IUSE="" -KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86" +KEYWORDS="~amd64 hppa ppc ~sparc ~x86" SLOT=0 src_unpack() { |