diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:14:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:14:39 +0000 |
commit | ebe335aa20c08b8b66a584323b7cbfe1f0e3d2c6 (patch) | |
tree | b5d1c9f9335b7a0a1bc9fd077eaeccd90e978bc8 /dev-util/xdelta | |
parent | sync IUSE (-usb), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-ebe335aa20c08b8b66a584323b7cbfe1f0e3d2c6.tar.gz historical-ebe335aa20c08b8b66a584323b7cbfe1f0e3d2c6.tar.bz2 historical-ebe335aa20c08b8b66a584323b7cbfe1f0e3d2c6.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-util/xdelta')
-rw-r--r-- | dev-util/xdelta/xdelta-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/xdelta/xdelta-1.1.3.ebuild b/dev-util/xdelta/xdelta-1.1.3.ebuild index b912ef56986f..2725ca4a344f 100644 --- a/dev-util/xdelta/xdelta-1.1.3.ebuild +++ b/dev-util/xdelta/xdelta-1.1.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.12 2004/06/25 02:50:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/xdelta/xdelta-1.1.3.ebuild,v 1.13 2004/07/15 00:14:39 agriffis Exp $ inherit gnuconfig -S=${WORKDIR}/${P} DESCRIPTION="Computes changes between binary or text files and creates deltas" SRC_URI="mirror://sourceforge/xdelta/${P}.tar.gz" HOMEPAGE="http://xdelta.sourceforge.net" @@ -12,6 +11,7 @@ HOMEPAGE="http://xdelta.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc " +IUSE="" DEPEND="=dev-libs/glib-1.2* >=sys-libs/zlib-1.1.4" |