diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 21:22:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 21:22:05 +0000 |
commit | f48af5b741005dc56be7b2e43f0a7bdc6d70d475 (patch) | |
tree | 501e1ea9fb0f2a6e091d6f4a112dd532d44c649d /sys-apps/modutils/modutils-2.4.16-r2.ebuild | |
parent | Adding krb4 support for Zephyr protocol (diff) | |
download | historical-f48af5b741005dc56be7b2e43f0a7bdc6d70d475.tar.gz historical-f48af5b741005dc56be7b2e43f0a7bdc6d70d475.tar.bz2 historical-f48af5b741005dc56be7b2e43f0a7bdc6d70d475.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.16-r2.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.16-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/modutils/modutils-2.4.16-r2.ebuild b/sys-apps/modutils/modutils-2.4.16-r2.ebuild index bff9546ea5ef..06635da4c7e1 100644 --- a/sys-apps/modutils/modutils-2.4.16-r2.ebuild +++ b/sys-apps/modutils/modutils-2.4.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.20 2004/06/30 02:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.16-r2.ebuild,v 1.21 2004/06/30 21:22:05 agriffis Exp $ S=${WORKDIR}/${P} SLOT="0" @@ -8,6 +8,7 @@ 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 " +IUSE="" LICENSE="GPL-2" DEPEND="virtual/libc" # zlib? ( sys-libs/zlib )" |