diff options
author | 2004-06-30 14:43:30 +0000 | |
---|---|---|
committer | 2004-06-30 14:43:30 +0000 | |
commit | 9fd89637f1a741e3addaa0dbcfb0983e1191984a (patch) | |
tree | 19f9ab7b2c35a5c6bc845843f9d12e328cc4585b /sys-apps/cpint/cpint-1.1.6.ebuild | |
parent | stable on alpha and ia64 (diff) | |
download | historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.tar.gz historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.tar.bz2 historical-9fd89637f1a741e3addaa0dbcfb0983e1191984a.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 } - - |