diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-11-16 22:36:08 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-11-16 22:36:08 +0000 |
commit | 5e0bbb81bf3f9b3d6db6511bafc83d1b868fbc9f (patch) | |
tree | 3fef65c5220e3cc60a1d23d57869812e07a438c3 /x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild | |
parent | putting inherit on top of ebuild. Closes #32773 (diff) | |
download | historical-5e0bbb81bf3f9b3d6db6511bafc83d1b868fbc9f.tar.gz historical-5e0bbb81bf3f9b3d6db6511bafc83d1b868fbc9f.tar.bz2 historical-5e0bbb81bf3f9b3d6db6511bafc83d1b868fbc9f.zip |
*** empty log message ***
Diffstat (limited to 'x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild index 53a262811e30..66c9ee32ad42 100644 --- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild +++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.5 2003/11/16 22:36:08 pyrania Exp $ S=${WORKDIR}/wmmon.app S2=${S}/wmmon @@ -12,7 +12,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64" -DEPEND="virtual/x11" +DEPEND="virtual/x11 + !x11-plugins/wmmon" src_compile() { cd ${S2} |