diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-12-17 06:15:08 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-12-17 06:15:08 +0000 |
commit | 982a1337ff8659b503eaf2c303634b6adbde18e2 (patch) | |
tree | 5b527bdaf87d0f2d3508a15a4fb0d22788a3c4c6 /dev-libs | |
parent | more cross-compile fixes :) (Manifest recommit) (diff) | |
download | gentoo-2-982a1337ff8659b503eaf2c303634b6adbde18e2.tar.gz gentoo-2-982a1337ff8659b503eaf2c303634b6adbde18e2.tar.bz2 gentoo-2-982a1337ff8659b503eaf2c303634b6adbde18e2.zip |
Cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dbh/dbh-1.0.19.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/dbh/dbh-1.0.20.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/dbh/dbh-1.0.19.ebuild b/dev-libs/dbh/dbh-1.0.19.ebuild index 164b2c2472fc..3c774eefbb63 100644 --- a/dev-libs/dbh/dbh-1.0.19.ebuild +++ b/dev-libs/dbh/dbh-1.0.19.ebuild @@ -1,6 +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.19.ebuild,v 1.2 2004/09/18 15:34:07 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.19.ebuild,v 1.3 2004/12/17 06:15:08 bcowan Exp $ IUSE="" MY_P="${PN}_1.0-19" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="QPL" SLOT="0" -KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" 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 07e906a6fc62..e0f8aa4545ea 100644 --- a/dev-libs/dbh/dbh-1.0.20.ebuild +++ b/dev-libs/dbh/dbh-1.0.20.ebuild @@ -1,6 +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.2 2004/11/04 22:22:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.3 2004/12/17 06:15:08 bcowan Exp $ DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk" HOMEPAGE="http://dbh.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="QPL" SLOT="0" -KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips ~arm" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-util/pkgconfig" |