diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:40:39 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 19:40:39 +0000 |
commit | 8cd56f2cfb61e726eb712b14683256fd38dd6154 (patch) | |
tree | 25bd5f34624a9e2e6731e470121f3eb0bc84c663 /media-libs/gle | |
parent | Bye bye ppc64-sources. Authorized by tgall, and klieber. (diff) | |
download | gentoo-2-8cd56f2cfb61e726eb712b14683256fd38dd6154.tar.gz gentoo-2-8cd56f2cfb61e726eb712b14683256fd38dd6154.tar.bz2 gentoo-2-8cd56f2cfb61e726eb712b14683256fd38dd6154.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'media-libs/gle')
-rw-r--r-- | media-libs/gle/gle-3.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gle/gle-3.0.1-r2.ebuild b/media-libs/gle/gle-3.0.1-r2.ebuild index b2019b724471..062e46f14df6 100644 --- a/media-libs/gle/gle-3.0.1-r2.ebuild +++ b/media-libs/gle/gle-3.0.1-r2.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/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.21 2004/06/24 23:01:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gle/gle-3.0.1-r2.ebuild,v 1.22 2004/07/14 19:40:39 agriffis Exp $ inherit gnuconfig -S=${WORKDIR}/${P} DESCRIPTION="GL extrusion library" SRC_URI="http://www.linas.org/gle/pub/gle-3.0.1.tar.gz" HOMEPAGE="http://www.linas.org/gle" @@ -16,6 +15,7 @@ DEPEND="virtual/opengl SLOT="0" LICENSE="Artistic GPL-2" KEYWORDS="x86 ppc sparc alpha amd64 ia64 hppa" +IUSE="" src_compile() { gnuconfig_update |