diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 04:35:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-21 04:35:25 +0000 |
commit | 8fb98880dabca16a673d60114fea6f84b7a16f1f (patch) | |
tree | 052f632ecc78203eb52b45671795640c4d8c099a /sys-boot/nettrom | |
parent | fix bug 45463, + and ppc64 support (Manifest recommit) (diff) | |
download | gentoo-2-8fb98880dabca16a673d60114fea6f84b7a16f1f.tar.gz gentoo-2-8fb98880dabca16a673d60114fea6f84b7a16f1f.tar.bz2 gentoo-2-8fb98880dabca16a673d60114fea6f84b7a16f1f.zip |
missing arm profile so no arm keyword yet.
Diffstat (limited to 'sys-boot/nettrom')
-rw-r--r-- | sys-boot/nettrom/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/nettrom/nettrom-2.3.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/nettrom/ChangeLog b/sys-boot/nettrom/ChangeLog index 1d7ecd846448..572e9da1b8da 100644 --- a/sys-boot/nettrom/ChangeLog +++ b/sys-boot/nettrom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/nettrom -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/ChangeLog,v 1.2 2003/12/09 08:55:58 seemant Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/ChangeLog,v 1.3 2004/04/21 04:35:25 mr_bones_ Exp $ + + 20 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> nettrom-2.3.3.ebuild: + missing arm profile so no arm keyword yet. *nettrom-2.3.3 (08 Dec 2003) diff --git a/sys-boot/nettrom/nettrom-2.3.3.ebuild b/sys-boot/nettrom/nettrom-2.3.3.ebuild index c08286790f07..583390a3fea9 100644 --- a/sys-boot/nettrom/nettrom-2.3.3.ebuild +++ b/sys-boot/nettrom/nettrom-2.3.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-boot/nettrom/nettrom-2.3.3.ebuild,v 1.3 2004/04/19 21:38:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/nettrom/nettrom-2.3.3.ebuild,v 1.4 2004/04/21 04:35:25 mr_bones_ Exp $ DESCRIPTION="NetWinder ARM bootloader and utilities" HOMEPAGE="http://www.netwinder.org/" @@ -8,7 +8,7 @@ SRC_URI="http://gentoo.superlucidity.net/arm/netwinder/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="-* arm" +KEYWORDS="-*" IUSE="" DEPEND="virtual/glibc" |