diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:07:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:07:27 +0000 |
commit | b548d0afefc0b9d83c049d5b7f17ec88403731f2 (patch) | |
tree | 49230aa5dcfad5d4c5c30a255e86f08350c1d0e4 /sys-cluster/openmosix-3dmon-stats | |
parent | sync IUSE (+zlib), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (... (diff) | |
download | gentoo-2-b548d0afefc0b9d83c049d5b7f17ec88403731f2.tar.gz gentoo-2-b548d0afefc0b9d83c049d5b7f17ec88403731f2.tar.bz2 gentoo-2-b548d0afefc0b9d83c049d5b7f17ec88403731f2.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-cluster/openmosix-3dmon-stats')
-rw-r--r-- | sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild b/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild index c33d742f1629..6c0a5467ca80 100644 --- a/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild +++ b/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.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-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild,v 1.4 2004/07/01 21:48:30 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmosix-3dmon-stats/openmosix-3dmon-stats-0.2.1.ebuild,v 1.5 2004/07/15 03:04:10 agriffis Exp $ inherit eutils @@ -14,6 +14,7 @@ RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="-* ~x86" +IUSE="" pkg_setup() { if [ -z "`readlink /usr/src/linux|grep openmosix`" ]; then |