diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-19 23:11:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-19 23:11:57 +0000 |
commit | 9e8a8ec72a3cf8d23f07a9fdeec46aa023a91ba4 (patch) | |
tree | 39915616b35de1f361b4a2ddb7509fd5ac436ba2 /sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | |
parent | libtool-1.5.2-r3.ebuild changes for ppc64, call gnuconfig_update as needed (diff) | |
download | gentoo-2-9e8a8ec72a3cf8d23f07a9fdeec46aa023a91ba4.tar.gz gentoo-2-9e8a8ec72a3cf8d23f07a9fdeec46aa023a91ba4.tar.bz2 gentoo-2-9e8a8ec72a3cf8d23f07a9fdeec46aa023a91ba4.zip |
header fix; removed arm - needs deps first
Diffstat (limited to 'sys-libs/gdbm/gdbm-1.8.0-r5.ebuild')
-rw-r--r-- | sys-libs/gdbm/gdbm-1.8.0-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild index 23e8d5698238..5ef1efb9d375 100644 --- a/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.28 2003/12/17 20:13:50 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r5.ebuild,v 1.29 2004/02/19 23:11:57 mr_bones_ Exp $ inherit gnuconfig eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64" DEPEND="virtual/glibc berkdb? ( amd64? sys-libs/db : =sys-libs/db-1.85-r1 )" @@ -25,7 +25,6 @@ src_unpack() { cd ${WORKDIR} epatch ${FILESDIR}/${PF}-gentoo.diff use alpha && gnuconfig_update - use arm && gnuconfig_update use hppa && gnuconfig_update use amd64 && gnuconfig_update use ia64 && gnuconfig_update |