diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:43:30 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:43:30 +0000 |
commit | 27ec6946ad2c022d90b58d8a54bbb16f5d60758a (patch) | |
tree | b57bcbbce1744ce9279a1d966b9079d0962a8439 /sys-apps/cpint/cpint-1.1.6.ebuild | |
parent | stable on alpha and ia64 (Manifest recommit) (diff) | |
download | gentoo-2-27ec6946ad2c022d90b58d8a54bbb16f5d60758a.tar.gz gentoo-2-27ec6946ad2c022d90b58d8a54bbb16f5d60758a.tar.bz2 gentoo-2-27ec6946ad2c022d90b58d8a54bbb16f5d60758a.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/cpint/cpint-1.1.6.ebuild')
-rw-r--r-- | sys-apps/cpint/cpint-1.1.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/cpint/cpint-1.1.6.ebuild b/sys-apps/cpint/cpint-1.1.6.ebuild index fbfe913053bf..972b0fbe2a68 100644 --- a/sys-apps/cpint/cpint-1.1.6.ebuild +++ b/sys-apps/cpint/cpint-1.1.6.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/cpint/cpint-1.1.6.ebuild,v 1.2 2004/06/24 22:00:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-1.1.6.ebuild,v 1.3 2004/06/30 14:43:30 agriffis Exp $ MY_PV=${PV//./} @@ -9,6 +9,7 @@ SRC_URI="http://linuxvm.org/Patches/s390/${PN}${MY_PV}.tgz" HOMEPAGE="http://linuxvm.org/Patches/index.html" LICENSE="GPL-2" KEYWORDS="s390" +IUSE="" SLOT="${KV}" DEPEND="" @@ -28,5 +29,3 @@ src_install() { rm -rf ${D}/lib/modules/misc dodoc ChangeLog HOW-TO } - - |