diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-28 13:27:13 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-28 13:27:13 +0000 |
commit | cc8f38497d57cd2f9edb1508a9d8acd4f3030014 (patch) | |
tree | 62e0c6cafb4eb639bd5d73e67a1526dc64430050 /sys-apps/modutils | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-cc8f38497d57cd2f9edb1508a9d8acd4f3030014.tar.gz gentoo-2-cc8f38497d57cd2f9edb1508a9d8acd4f3030014.tar.bz2 gentoo-2-cc8f38497d57cd2f9edb1508a9d8acd4f3030014.zip |
PPC stable profile update
Diffstat (limited to 'sys-apps/modutils')
-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 e743454ecc4e..d0e0626b2f69 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-2004 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.8 2004/05/19 18:16:12 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.26.ebuild,v 1.9 2004/05/28 13:27:13 pvdabeel Exp $ inherit flag-o-matic eutils 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 ~mips ~ia64 ppc64 s390" +KEYWORDS="~x86 -amd64 ppc ~sparc ~alpha ~hppa ~mips ~ia64 ppc64 s390" SLOT="0" LICENSE="GPL-2" DEPEND="virtual/glibc" |