diff options
author | Jan Seidel <tuxus@gentoo.org> | 2002-12-13 21:13:11 +0000 |
---|---|---|
committer | Jan Seidel <tuxus@gentoo.org> | 2002-12-13 21:13:11 +0000 |
commit | f4d911e9ace5cc1ac0ac74d5ac39420b589e7fc7 (patch) | |
tree | b42258ce0e4e5595390149ec133de65c4f2fa8a0 /sys-libs/db/db-1.85-r1.ebuild | |
parent | stop qtsharp from compiling even if mono is installed because we don't yet ha... (diff) | |
download | gentoo-2-f4d911e9ace5cc1ac0ac74d5ac39420b589e7fc7.tar.gz gentoo-2-f4d911e9ace5cc1ac0ac74d5ac39420b589e7fc7.tar.bz2 gentoo-2-f4d911e9ace5cc1ac0ac74d5ac39420b589e7fc7.zip |
Added mips to keywords
Diffstat (limited to 'sys-libs/db/db-1.85-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-1.85-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-1.85-r1.ebuild b/sys-libs/db/db-1.85-r1.ebuild index 4fa007b3b524..9d360915fb4a 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-2002 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.12 2002/12/09 04:37:29 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-1.85-r1.ebuild,v 1.13 2002/12/13 21:13:11 tuxus 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" +KEYWORDS="x86 ppc sparc alpha mips" src_unpack() { |