diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:10:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-19 08:10:41 +0000 |
commit | 3b066c099fc6c0aa646dda6699934d21e17d9194 (patch) | |
tree | 22aa2c2f72a6d8f62f933003d68b0e8034bcfbe6 /sys-apps/modutils | |
parent | Add misc source touchups by Beech Horn #126695. (diff) | |
download | gentoo-2-3b066c099fc6c0aa646dda6699934d21e17d9194.tar.gz gentoo-2-3b066c099fc6c0aa646dda6699934d21e17d9194.tar.bz2 gentoo-2-3b066c099fc6c0aa646dda6699934d21e17d9194.zip |
stabilize and update DESCRIPTION #126637 by Yuri
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'sys-apps/modutils')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.27-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/modutils/modutils-2.4.27-r1.ebuild b/sys-apps/modutils/modutils-2.4.27-r1.ebuild index bf19abac6ffd..0e3100936d9b 100644 --- a/sys-apps/modutils/modutils-2.4.27-r1.ebuild +++ b/sys-apps/modutils/modutils-2.4.27-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27-r1.ebuild,v 1.2 2005/10/02 06:13:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27-r1.ebuild,v 1.3 2006/03/19 08:10:41 vapier Exp $ inherit eutils -DESCRIPTION="Standard kernel module utilities" +DESCRIPTION="Standard kernel module utilities for linux-2.4 and older" HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/modutils/" SRC_URI="mirror://kernel/linux/utils/kernel/${PN}/v2.4/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="!virtual/modutils" |