diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 16:29:32 +0000 |
commit | 86d5f0cc2f8ef62c0aacda78b3a9716f5e82e3f8 (patch) | |
tree | 071bdb5deea8f03c833ba841281f47ccbdfbc947 /dev-ml/lablgtk/lablgtk-1.2.6.ebuild | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-86d5f0cc2f8ef62c0aacda78b3a9716f5e82e3f8.tar.gz gentoo-2-86d5f0cc2f8ef62c0aacda78b3a9716f5e82e3f8.tar.bz2 gentoo-2-86d5f0cc2f8ef62c0aacda78b3a9716f5e82e3f8.zip |
sync IUSE (+doc), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-ml/lablgtk/lablgtk-1.2.6.ebuild')
-rw-r--r-- | dev-ml/lablgtk/lablgtk-1.2.6.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-ml/lablgtk/lablgtk-1.2.6.ebuild b/dev-ml/lablgtk/lablgtk-1.2.6.ebuild index 47293b790d05..94811e411df2 100644 --- a/dev-ml/lablgtk/lablgtk-1.2.6.ebuild +++ b/dev-ml/lablgtk/lablgtk-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-1.2.6.ebuild,v 1.9 2004/07/14 01:35:45 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-1.2.6.ebuild,v 1.10 2004/07/14 16:29:32 agriffis Exp $ IUSE="gnome opengl" @@ -19,7 +19,6 @@ DEPEND="=x11-libs/gtk+-1.2* RDEPEND=${DEPEND} SRC_URI="http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/lablgtk-${PV}.tar.gz" -S=${WORKDIR}/${P} SLOT="1" KEYWORDS="~x86 ~ppc ~sparc alpha ~ia64 ~amd64 hppa" @@ -42,4 +41,3 @@ src_install () { dosed /usr/bin/lablgtk dodoc CHANGES COPYING README } - |