From 6f64f419eda544682699c43ba0761eb7789b129d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 4 Nov 2004 22:26:21 +0000 Subject: arm KEYWORDS --- dev-libs/dbh/dbh-1.0.18.ebuild | 6 +++--- dev-libs/dbh/dbh-1.0.20.ebuild | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'dev-libs/dbh') diff --git a/dev-libs/dbh/dbh-1.0.18.ebuild b/dev-libs/dbh/dbh-1.0.18.ebuild index 2a239e9a5ced..3b070778eee8 100644 --- a/dev-libs/dbh/dbh-1.0.18.ebuild +++ b/dev-libs/dbh/dbh-1.0.18.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.18.ebuild,v 1.8 2004/06/24 23:04:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.18.ebuild,v 1.9 2004/11/04 22:22:22 vapier Exp $ -IUSE="" MY_P="${PN}_1.0-18" S=${WORKDIR}/${MY_P} @@ -12,7 +11,8 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="QPL" SLOT="0" -KEYWORDS="ia64 x86 ppc sparc alpha amd64 hppa ~mips" +KEYWORDS="ia64 x86 ppc sparc alpha amd64 hppa ~mips arm" +IUSE="" DEPEND="dev-util/pkgconfig" RDEPEND="" diff --git a/dev-libs/dbh/dbh-1.0.20.ebuild b/dev-libs/dbh/dbh-1.0.20.ebuild index d7c5b84107c6..07e906a6fc62 100644 --- a/dev-libs/dbh/dbh-1.0.20.ebuild +++ b/dev-libs/dbh/dbh-1.0.20.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.1 2004/10/04 04:28:33 bcowan Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.2 2004/11/04 22:22:22 vapier Exp $ DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk" HOMEPAGE="http://dbh.sourceforge.net" @@ -10,13 +8,13 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="QPL" SLOT="0" -KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips" +KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips ~arm" +IUSE="" DEPEND="dev-util/pkgconfig" RDEPEND="" src_install() { make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL COPYING README ChangeLog + dodoc AUTHORS INSTALL README ChangeLog } -- cgit v1.2.3-65-gdbad