diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:47:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:47:19 +0000 |
commit | 1f1afad0d78781f44d9d4f28624744c8724f0240 (patch) | |
tree | 30b97991a4817b96f2cfb9c993343ff12c36e006 /x11-libs/libPropList | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-1f1afad0d78781f44d9d4f28624744c8724f0240.tar.gz historical-1f1afad0d78781f44d9d4f28624744c8724f0240.tar.bz2 historical-1f1afad0d78781f44d9d4f28624744c8724f0240.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'x11-libs/libPropList')
-rw-r--r-- | x11-libs/libPropList/libPropList-0.10.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild index ea209382787d..5efd6a940908 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.13 2004/06/28 18:57:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r2.ebuild,v 1.14 2004/07/15 00:47:19 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="libPropList" SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/${P}.tar.gz" HOMEPAGE="http://www.windowmaker.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " +IUSE="" DEPEND="virtual/libc" |