diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:08:51 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:08:51 +0000 |
commit | 888cd2ac292ec51a0f541164a3ff44e7f9784dd8 (patch) | |
tree | 257733a13bc34ca11a2799bbf1fcc791b235dce6 /x11-misc/peksystray/peksystray-0.2.ebuild | |
parent | Initial import. Ebuild submitted by archan <archanp@hotpop.com>, closing bug ... (diff) | |
download | gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.tar.gz gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.tar.bz2 gentoo-2-888cd2ac292ec51a0f541164a3ff44e7f9784dd8.zip |
Removed default ${S}, added IUSE.
Diffstat (limited to 'x11-misc/peksystray/peksystray-0.2.ebuild')
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/peksystray/peksystray-0.2.ebuild b/x11-misc/peksystray/peksystray-0.2.ebuild index 2761c0eb3995..841f2af4ac11 100644 --- a/x11-misc/peksystray/peksystray-0.2.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.3 2004/06/12 17:52:05 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.4 2004/06/19 14:05:00 pyrania Exp $ inherit eutils @@ -12,8 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 alpha" DEPEND="virtual/x11" - -S=${WORKDIR}/${P} +IUSE="" src_unpack() { unpack ${A} |