diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:18:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-22 07:18:08 +0000 |
commit | a30f5f70cc9f01f158fc8fc2ab68e27b242aa695 (patch) | |
tree | d40bb1b2b58108946c4f086da4649348c617260a | |
parent | initial ebuild #28202 (diff) | |
download | gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.tar.gz gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.tar.bz2 gentoo-2-a30f5f70cc9f01f158fc8fc2ab68e27b242aa695.zip |
arm needs deps first
-rw-r--r-- | app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r4.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.4-r5.ebuild | 4 | ||||
-rw-r--r-- | app-shells/sash/sash-3.6.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild b/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild index 58bb56eb54be..62de6aaa8414 100644 --- a/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild +++ b/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.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/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild,v 1.1 2004/02/08 02:41:28 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit-dev/gentoolkit-dev-0.2.0_pre2.ebuild,v 1.2 2004/02/22 07:15:13 mr_bones_ Exp $ DESCRIPTION="Collection of developer scripts for Gentoo" HOMEPAGE="http://www.gentoo.org/~karltk/projects/gentoolkit/" @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~karltk/projects/gentoolkit/releases/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" #KEYWORDS="x86 ppc sparc alpha mips hppa amd64 ia64 ppc64" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64 ~ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~ia64 ~ppc64" DEPEND=">=sys-apps/portage-2.0.50 >=dev-lang/python-2.0 diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index ffbebc8ce17e..9cfbd20761a2 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.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/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.17 2004/01/14 03:23:05 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.18 2004/02/22 07:17:07 mr_bones_ Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha ~hppa ~mips ~arm amd64 ia64 ~ppc64" +KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild index d2ce8798c6d2..fe74f1e77c6b 100644 --- a/app-shells/sash/sash-3.4-r4.ebuild +++ b/app-shells/sash/sash-3.4-r4.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/app-shells/sash/sash-3.4-r4.ebuild,v 1.13 2004/02/10 22:22:46 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.14 2004/02/22 07:18:08 mr_bones_ Exp $ IUSE="readline" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" -KEYWORDS="x86 ppc sparc mips arm alpha hppa amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" src_unpack() { unpack ${P}.tar.gz diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild index 7454eaada93d..46480c1c6b80 100644 --- a/app-shells/sash/sash-3.4-r5.ebuild +++ b/app-shells/sash/sash-3.4-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/app-shells/sash/sash-3.4-r5.ebuild,v 1.19 2004/02/10 22:22:46 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.20 2004/02/22 07:18:08 mr_bones_ Exp $ IUSE="readline" @@ -17,7 +17,7 @@ DEPEND="virtual/glibc readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="" -KEYWORDS="x86 ppc sparc alpha hppa mips arm ia64" +KEYWORDS="x86 ppc sparc alpha hppa mips ia64" src_unpack() { unpack ${P}.tar.gz diff --git a/app-shells/sash/sash-3.6.ebuild b/app-shells/sash/sash-3.6.ebuild index e7ba18ee57b3..043e98d5c975 100644 --- a/app-shells/sash/sash-3.6.ebuild +++ b/app-shells/sash/sash-3.6.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/app-shells/sash/sash-3.6.ebuild,v 1.8 2004/02/06 19:45:22 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.6.ebuild,v 1.9 2004/02/22 07:18:08 mr_bones_ Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz" LICENSE="freedist" SLOT="0" IUSE="readline" -KEYWORDS="x86 ppc sparc ~alpha hppa ~mips ~arm ~ia64 ppc64" +KEYWORDS="x86 ppc sparc ~alpha hppa ~mips ~ia64 ppc64" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.4 |