summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-22 12:39:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-22 12:39:55 +0000
commit7b51973d7032850647939e50c594902f845bc218 (patch)
tree16a4a03e70cfd7ba5656ece326fad4b5a46976e0 /sys-libs
parentheader fix; arm and ia64 need deps first (diff)
downloadhistorical-7b51973d7032850647939e50c594902f845bc218.tar.gz
historical-7b51973d7032850647939e50c594902f845bc218.tar.bz2
historical-7b51973d7032850647939e50c594902f845bc218.zip
header fix; arm needs deps first
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/db/db-1.85-r1.ebuild6
-rw-r--r--sys-libs/db/db-3.2.9-r10.ebuild6
-rw-r--r--sys-libs/db/db-3.2.9-r7.ebuild6
-rw-r--r--sys-libs/db/db-3.2.9-r9.ebuild6
-rw-r--r--sys-libs/db/db-3.3.11.ebuild4
-rw-r--r--sys-libs/db/db-4.0.14-r2.ebuild6
-rw-r--r--sys-libs/db/db-4.0.14-r3.ebuild4
-rw-r--r--sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild4
-rw-r--r--sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild4
-rw-r--r--sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild4
-rw-r--r--sys-libs/lwp/lwp-1.10.ebuild6
-rw-r--r--sys-libs/lwp/lwp-1.9.ebuild4
-rw-r--r--sys-libs/pwdb/pwdb-0.61-r4.ebuild6
-rw-r--r--sys-libs/pwdb/pwdb-0.62.ebuild4
-rw-r--r--sys-libs/readline/readline-4.1-r5.ebuild4
-rw-r--r--sys-libs/readline/readline-4.2a-r1.ebuild4
-rw-r--r--sys-libs/readline/readline-4.2a-r2.ebuild4
-rw-r--r--sys-libs/readline/readline-4.3-r3.ebuild4
-rw-r--r--sys-libs/readline/readline-4.3-r4.ebuild6
-rw-r--r--sys-libs/readline/readline-4.3-r5.ebuild4
-rw-r--r--sys-libs/rvm/rvm-1.6.ebuild4
-rw-r--r--sys-libs/rvm/rvm-1.8.ebuild6
22 files changed, 53 insertions, 53 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() {
diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild
index fa0f0da87915..d30b9a3c22bb 100644
--- a/sys-libs/db/db-3.2.9-r10.ebuild
+++ b/sys-libs/db/db-3.2.9-r10.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-3.2.9-r10.ebuild,v 1.2 2003/12/17 04:19:25 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.3 2004/02/22 12:39:55 mr_bones_ Exp $
IUSE="doc java"
@@ -17,7 +17,7 @@ SLOT="3"
LICENSE="DB"
# This ebuild is to be the compatibility ebuild for when db4 is put
# in the tree.
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ia64 ppc64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ia64 ppc64"
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
diff --git a/sys-libs/db/db-3.2.9-r7.ebuild b/sys-libs/db/db-3.2.9-r7.ebuild
index b70d4a40a39d..306189efce35 100644
--- a/sys-libs/db/db-3.2.9-r7.ebuild
+++ b/sys-libs/db/db-3.2.9-r7.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-3.2.9-r7.ebuild,v 1.10 2003/10/15 17:50:39 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r7.ebuild,v 1.11 2004/02/22 12:39:55 mr_bones_ Exp $
IUSE=""
@@ -16,7 +16,7 @@ SLOT="3"
LICENSE="DB"
# This ebuild is to be the compatibility ebuild for when db4 is put
# in the tree.
-KEYWORDS="x86 ppc sparc alpha mips hppa arm amd64"
+KEYWORDS="x86 ppc sparc alpha mips hppa amd64"
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
diff --git a/sys-libs/db/db-3.2.9-r9.ebuild b/sys-libs/db/db-3.2.9-r9.ebuild
index f1e7dea40a37..070bf8721319 100644
--- a/sys-libs/db/db-3.2.9-r9.ebuild
+++ b/sys-libs/db/db-3.2.9-r9.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-3.2.9-r9.ebuild,v 1.10 2003/10/10 18:41:23 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r9.ebuild,v 1.11 2004/02/22 12:39:55 mr_bones_ Exp $
IUSE="doc"
@@ -17,7 +17,7 @@ SLOT="3"
LICENSE="DB"
# This ebuild is to be the compatibility ebuild for when db4 is put
# in the tree.
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ia64"
+KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ia64"
RDEPEND="virtual/glibc"
DEPEND="${RDEPEND}
diff --git a/sys-libs/db/db-3.3.11.ebuild b/sys-libs/db/db-3.3.11.ebuild
index ca5fba32be98..7a083425d8a8 100644
--- a/sys-libs/db/db-3.3.11.ebuild
+++ b/sys-libs/db/db-3.3.11.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-3.3.11.ebuild,v 1.18 2003/09/17 21:59:15 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.3.11.ebuild,v 1.19 2004/02/22 12:39:55 mr_bones_ Exp $
S=${WORKDIR}/${P}/build_unix
DESCRIPTION="Berkeley DB for transaction support in MySQL"
diff --git a/sys-libs/db/db-4.0.14-r2.ebuild b/sys-libs/db/db-4.0.14-r2.ebuild
index 76ab92d41dd4..6eb235a6ae32 100644
--- a/sys-libs/db/db-4.0.14-r2.ebuild
+++ b/sys-libs/db/db-4.0.14-r2.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-4.0.14-r2.ebuild,v 1.19 2004/01/20 01:36:27 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r2.ebuild,v 1.20 2004/02/22 12:39:55 mr_bones_ Exp $
IUSE="tcltk java doc"
@@ -12,7 +12,7 @@ SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz"
HOMEPAGE="http://www.sleepycat.com"
SLOT="4"
LICENSE="DB"
-KEYWORDS="x86 ~ppc sparc alpha mips hppa ~arm amd64 ia64"
+KEYWORDS="x86 ~ppc sparc alpha mips hppa amd64 ia64"
DEPEND="tcltk? ( dev-lang/tcl )
java? ( virtual/jdk )"
diff --git a/sys-libs/db/db-4.0.14-r3.ebuild b/sys-libs/db/db-4.0.14-r3.ebuild
index 129e9ef7c175..17c27511e99b 100644
--- a/sys-libs/db/db-4.0.14-r3.ebuild
+++ b/sys-libs/db/db-4.0.14-r3.ebuild
@@ -1,6 +1,6 @@
# 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-4.0.14-r3.ebuild,v 1.5 2004/02/10 13:14:32 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r3.ebuild,v 1.6 2004/02/22 12:39:55 mr_bones_ Exp $
IUSE="tcltk java doc"
@@ -12,7 +12,7 @@ SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz"
HOMEPAGE="http://www.sleepycat.com"
SLOT="4"
LICENSE="DB"
-KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa ~arm amd64 ia64 ppc64"
+KEYWORDS="x86 ppc ~sparc ~alpha ~mips ~hppa amd64 ia64 ppc64"
DEPEND="tcltk? ( dev-lang/tcl )
java? ( virtual/jdk )"
diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild b/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild
index 17e806541caa..fac9ee16f188 100644
--- a/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild
+++ b/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild,v 1.7 2004/01/11 14:01:56 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3-r1.ebuild,v 1.8 2004/02/22 12:36:16 mr_bones_ Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://ftp.debian.org/debian/dists/potato/main/source/oldlibs/${MY_PN}_
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="x86 alpha sparc ppc hppa mips arm ia64 ~amd64 ~ppc64"
+KEYWORDS="x86 alpha sparc ppc hppa mips ia64 ~amd64 ~ppc64"
DEPEND="virtual/glibc"
diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild b/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild
index 1d8e037136a7..a5ffe3db0624 100644
--- a/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild
+++ b/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild,v 1.17 2004/01/11 14:01:56 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-1.2.3.ebuild,v 1.18 2004/02/22 12:36:16 mr_bones_ Exp $
MY_PN="termcap-compat"
S="${WORKDIR}/${MY_PN}-${PV}"
@@ -10,7 +10,7 @@ HOMEPAGE="http://packages.debian.org/stable/oldlibs/termcap-compat.html"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa mips arm"
+KEYWORDS="x86 ppc sparc alpha hppa mips"
DEPEND="virtual/glibc"
diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild
index 4bba5335ce89..838e2b08b4d9 100644
--- a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild
+++ b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild,v 1.4 2004/01/11 14:01:56 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8.ebuild,v 1.5 2004/02/22 12:36:16 mr_bones_ Exp $
inherit eutils
@@ -21,7 +21,7 @@ SRC_URI="http://www.catb.org/~esr/terminfo/termtypes.tc.gz
SLOT="0"
LICENSE="freedist"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64 ~ppc64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64"
DEPEND="virtual/glibc"
diff --git a/sys-libs/lwp/lwp-1.10.ebuild b/sys-libs/lwp/lwp-1.10.ebuild
index f81c2766b97a..51e0bf50188e 100644
--- a/sys-libs/lwp/lwp-1.10.ebuild
+++ b/sys-libs/lwp/lwp-1.10.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/lwp/lwp-1.10.ebuild,v 1.2 2004/01/02 10:47:56 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-1.10.ebuild,v 1.3 2004/02/22 12:35:25 mr_bones_ Exp $
DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl."
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/${P}.tar.gz"
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
DEPEND="virtual/glibc"
diff --git a/sys-libs/lwp/lwp-1.9.ebuild b/sys-libs/lwp/lwp-1.9.ebuild
index fbc029493477..126db0c9687a 100644
--- a/sys-libs/lwp/lwp-1.9.ebuild
+++ b/sys-libs/lwp/lwp-1.9.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/lwp/lwp-1.9.ebuild,v 1.5 2003/06/22 05:10:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lwp/lwp-1.9.ebuild,v 1.6 2004/02/22 12:35:25 mr_bones_ Exp $
DESCRIPTION="Light weight process library (used by Coda). This is NOT libwww-perl."
HOMEPAGE="http://www.coda.cs.cmu.edu/"
diff --git a/sys-libs/pwdb/pwdb-0.61-r4.ebuild b/sys-libs/pwdb/pwdb-0.61-r4.ebuild
index ff868cc0d2b1..1c734a4cd5f8 100644
--- a/sys-libs/pwdb/pwdb-0.61-r4.ebuild
+++ b/sys-libs/pwdb/pwdb-0.61-r4.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/pwdb/pwdb-0.61-r4.ebuild,v 1.19 2003/10/29 03:57:22 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r4.ebuild,v 1.20 2004/02/22 12:33:04 mr_bones_ Exp $
inherit eutils flag-o-matic
filter-flags "-fstack-protector"
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD | GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64"
+KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64"
DEPEND="virtual/glibc
selinux? ( sys-libs/libselinux )"
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild
index 978c9828642d..9b25f5386cba 100644
--- a/sys-libs/pwdb/pwdb-0.62.ebuild
+++ b/sys-libs/pwdb/pwdb-0.62.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.7 2004/02/09 21:13:22 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.8 2004/02/22 12:33:04 mr_bones_ Exp $
inherit eutils flag-o-matic
filter-flags "-fstack-protector"
@@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="BSD | GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc ~alpha ~mips hppa ~arm ~ia64 ppc64"
+KEYWORDS="amd64 x86 ppc sparc ~alpha ~mips hppa ~ia64 ppc64"
DEPEND="virtual/glibc
selinux? ( sys-libs/libselinux )"
diff --git a/sys-libs/readline/readline-4.1-r5.ebuild b/sys-libs/readline/readline-4.1-r5.ebuild
index 65fc36434b1a..00b20e275842 100644
--- a/sys-libs/readline/readline-4.1-r5.ebuild
+++ b/sys-libs/readline/readline-4.1-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/readline/readline-4.1-r5.ebuild,v 1.6 2003/09/10 22:42:51 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r5.ebuild,v 1.7 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils
diff --git a/sys-libs/readline/readline-4.2a-r1.ebuild b/sys-libs/readline/readline-4.2a-r1.ebuild
index 371f994b5dc5..6556fe482924 100644
--- a/sys-libs/readline/readline-4.2a-r1.ebuild
+++ b/sys-libs/readline/readline-4.2a-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/readline/readline-4.2a-r1.ebuild,v 1.10 2003/09/07 00:22:30 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.2a-r1.ebuild,v 1.11 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils gnuconfig
diff --git a/sys-libs/readline/readline-4.2a-r2.ebuild b/sys-libs/readline/readline-4.2a-r2.ebuild
index 62ca976df9a8..cc8026734f35 100644
--- a/sys-libs/readline/readline-4.2a-r2.ebuild
+++ b/sys-libs/readline/readline-4.2a-r2.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/readline/readline-4.2a-r2.ebuild,v 1.5 2003/09/07 00:22:30 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.2a-r2.ebuild,v 1.6 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils gnuconfig
diff --git a/sys-libs/readline/readline-4.3-r3.ebuild b/sys-libs/readline/readline-4.3-r3.ebuild
index 66a41e95a5c2..4c0e8c7d34da 100644
--- a/sys-libs/readline/readline-4.3-r3.ebuild
+++ b/sys-libs/readline/readline-4.3-r3.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/readline/readline-4.3-r3.ebuild,v 1.9 2003/09/07 00:22:30 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r3.ebuild,v 1.10 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils
diff --git a/sys-libs/readline/readline-4.3-r4.ebuild b/sys-libs/readline/readline-4.3-r4.ebuild
index 044140281446..e36e41dc394b 100644
--- a/sys-libs/readline/readline-4.3-r4.ebuild
+++ b/sys-libs/readline/readline-4.3-r4.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/readline/readline-4.3-r4.ebuild,v 1.18 2003/09/17 22:41:09 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r4.ebuild,v 1.19 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils
@@ -16,7 +16,7 @@ HOMEPAGE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 x86 ppc sparc alpha hppa arm mips ia64"
+KEYWORDS="amd64 x86 ppc sparc alpha hppa mips ia64"
# We must be sertain that we have a bash that is linked
# to its internal readline, else we may get problems.
diff --git a/sys-libs/readline/readline-4.3-r5.ebuild b/sys-libs/readline/readline-4.3-r5.ebuild
index 89d28c9cd110..67c353d104be 100644
--- a/sys-libs/readline/readline-4.3-r5.ebuild
+++ b/sys-libs/readline/readline-4.3-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r5.ebuild,v 1.4 2004/02/21 21:44:11 brad_mssw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r5.ebuild,v 1.5 2004/02/22 12:32:11 mr_bones_ Exp $
inherit eutils
@@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/readline/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha hppa ~arm ~mips ~ia64 ppc64"
+KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha hppa ~mips ~ia64 ppc64"
# We must be sertain that we have a bash that is linked
# to its internal readline, else we may get problems.
diff --git a/sys-libs/rvm/rvm-1.6.ebuild b/sys-libs/rvm/rvm-1.6.ebuild
index ecce79b23ffc..79eee9dda5fd 100644
--- a/sys-libs/rvm/rvm-1.6.ebuild
+++ b/sys-libs/rvm/rvm-1.6.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/rvm/rvm-1.6.ebuild,v 1.6 2003/06/22 05:10:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.6.ebuild,v 1.7 2004/02/22 12:30:27 mr_bones_ Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
diff --git a/sys-libs/rvm/rvm-1.8.ebuild b/sys-libs/rvm/rvm-1.8.ebuild
index fadd00b74077..007e142843b0 100644
--- a/sys-libs/rvm/rvm-1.8.ebuild
+++ b/sys-libs/rvm/rvm-1.8.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/rvm/rvm-1.8.ebuild,v 1.1 2003/11/15 10:29:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.8.ebuild,v 1.2 2004/02/22 12:30:27 mr_bones_ Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
SLOT="1"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~amd64 ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
DEPEND="virtual/glibc
>=sys-libs/lwp-1.10"