diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 12:44:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 12:44:21 +0000 |
commit | 23352e6aa079ea5be064849974f5ed8273f4fbe3 (patch) | |
tree | c1e6c338f91d9f88256eb03085feed6b33f071c7 /sys-libs/db/db-1.85-r1.ebuild | |
parent | arm needs deps first (Manifest recommit) (diff) | |
download | gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.tar.gz gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.tar.bz2 gentoo-2-23352e6aa079ea5be064849974f5ed8273f4fbe3.zip |
header fix; arm needs deps first
Diffstat (limited to 'sys-libs/db/db-1.85-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 3daf3847c634..49126127abd5 100644 --- a/sys-libs/db/db-1.85-r1.ebuild +++ b/sys-libs/db/db-1.85-r1.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/db/db-1.85-r1.ebuild,v 1.22 2003/12/17 04:19:25 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.23 2004/02/22 12:39:55 mr_bones_ Exp $ S=${WORKDIR}/db.${PV} DESCRIPTION="db 1.85 -- required for RPM 4.0 to compile; that's about it." @@ -10,7 +10,7 @@ DEPEND="virtual/glibc" RDEPEND=$DEPEND SLOT="1" LICENSE="DB" -KEYWORDS="x86 ppc sparc alpha mips hppa arm ia64 amd64 ppc64" +KEYWORDS="x86 ppc sparc alpha mips hppa ia64 amd64 ppc64" src_unpack() { |