diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:20:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:20:54 +0000 |
commit | 034a9ec103e60af0d15b9464d70521536ca2f48a (patch) | |
tree | c47659a7fd209f28e3b3e30cf32cab02df75aeba /net-misc/pxes | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-034a9ec103e60af0d15b9464d70521536ca2f48a.tar.gz gentoo-2-034a9ec103e60af0d15b9464d70521536ca2f48a.tar.bz2 gentoo-2-034a9ec103e60af0d15b9464d70521536ca2f48a.zip |
sync IUSE (+cdr), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/pxes')
-rw-r--r-- | net-misc/pxes/pxes-0.6-r4.ebuild | 5 | ||||
-rw-r--r-- | net-misc/pxes/pxes-0.7.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/pxes/pxes-0.6-r4.ebuild b/net-misc/pxes/pxes-0.6-r4.ebuild index 1def58e4149e..b9d301fa2777 100644 --- a/net-misc/pxes/pxes-0.6-r4.ebuild +++ b/net-misc/pxes/pxes-0.6-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.6-r4.ebuild,v 1.8 2004/06/25 00:06:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.6-r4.ebuild,v 1.9 2004/07/15 03:20:54 agriffis Exp $ -IUSE="ltsp" +IUSE="cdr ltsp" DESCRIPTION="PXES is a package for building thin clients using multiple types of clients" HOMEPAGE="http://pxes.sourceforge.net" SRC_URI="mirror://sourceforge/pxes/${PN}-base-i586-${PV}-4.tar.gz @@ -21,7 +21,6 @@ RDEPEND="${DEPEND} >=dev-perl/glade-perl-0.61 cdr? app-cdr/cdrtools" -S=${WORKDIR}/${P} RESTRICT="nouserpriv" inherit perl-module diff --git a/net-misc/pxes/pxes-0.7.ebuild b/net-misc/pxes/pxes-0.7.ebuild index bca78a32e335..3906badeda3b 100644 --- a/net-misc/pxes/pxes-0.7.ebuild +++ b/net-misc/pxes/pxes-0.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.7.ebuild,v 1.5 2004/06/29 13:40:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.7.ebuild,v 1.6 2004/07/15 03:20:54 agriffis Exp $ -IUSE="ltsp" +IUSE="cdr ltsp" DESCRIPTION="PXES is a package for building thin clients using multiple types of clients" HOMEPAGE="http://pxes.sourceforge.net" SRC_URI="mirror://sourceforge/pxes/${PN}-base-i586-${PV}-1.tar.gz @@ -21,7 +21,6 @@ RDEPEND="${DEPEND} >=dev-perl/glade-perl-0.61 cdr? app-cdr/cdrtools" -S=${WORKDIR}/${P} RESTRICT="nouserpriv" inherit perl-module |