diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:49:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-23 00:49:45 +0000 |
commit | d9eb8d3b0cf929b1d4c4f353e152d10d393e21ed (patch) | |
tree | f152768ed0e2cb88d1779561c31cee6c5a569c45 /sys-apps/modutils/modutils-2.4.26.ebuild | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-d9eb8d3b0cf929b1d4c4f353e152d10d393e21ed.tar.gz gentoo-2-d9eb8d3b0cf929b1d4c4f353e152d10d393e21ed.tar.bz2 gentoo-2-d9eb8d3b0cf929b1d4c4f353e152d10d393e21ed.zip |
Remove arm keywords
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.26.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/modutils/modutils-2.4.26.ebuild b/sys-apps/modutils/modutils-2.4.26.ebuild index 1cc48f63e4ed..e7f57527cc54 100644 --- a/sys-apps/modutils/modutils-2.4.26.ebuild +++ b/sys-apps/modutils/modutils-2.4.26.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.26.ebuild,v 1.3 2003/12/17 04:50:48 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.26.ebuild,v 1.4 2004/02/23 00:46:54 agriffis Exp $ inherit flag-o-matic DESCRIPTION="Standard kernel module utilities" SRC_URI="mirror://kernel/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/modutils/" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ~ia64 ppc64" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ppc64" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |