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/sashxb | |
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/sashxb')
-rw-r--r-- | dev-util/sashxb/sashxb-1.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/sashxb/sashxb-1.0.2.ebuild b/dev-util/sashxb/sashxb-1.0.2.ebuild index fb9ddd0ce828..9cb4d45cc321 100644 --- a/dev-util/sashxb/sashxb-1.0.2.ebuild +++ b/dev-util/sashxb/sashxb-1.0.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sashxb/sashxb-1.0.2.ebuild,v 1.8 2004/06/25 02:45:56 agriffis Exp $ - -S="${WORKDIR}/${P}" +# $Header: /var/cvsroot/gentoo-x86/dev-util/sashxb/sashxb-1.0.2.ebuild,v 1.9 2004/07/15 00:05:41 agriffis Exp $ DESCRIPTION="Application environment for HTML and JS developers." HOMEPAGE="http://oss.software.ibm.com/developerworks/opensource/sashxb/" @@ -11,6 +9,7 @@ SRC_URI="http://oss.software.ibm.com/developerworks/opensource/sashxb/download/r SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 sparc " +IUSE="" RDEPEND=">=net-www/mozilla-1.0 >=dev-libs/gdome2-0.7 |