diff options
author | 2004-06-17 21:29:34 +0000 | |
---|---|---|
committer | 2004-06-17 21:29:34 +0000 | |
commit | 3fb50c8cb6ac4a552ee84b0565e6be743334f105 (patch) | |
tree | 5efe1b88aa82108e10e95fa78bba0e81d3ea14bd /x11-terms | |
parent | Fix bug 54158: enigmail upstream changed the tarball content without bumping ... (diff) | |
download | gentoo-2-3fb50c8cb6ac4a552ee84b0565e6be743334f105.tar.gz gentoo-2-3fb50c8cb6ac4a552ee84b0565e6be743334f105.tar.bz2 gentoo-2-3fb50c8cb6ac4a552ee84b0565e6be743334f105.zip |
Removed unnecessary line of code setting the S variable.
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/aterm/aterm-0.4.2-r9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-terms/aterm/aterm-0.4.2-r9.ebuild b/x11-terms/aterm/aterm-0.4.2-r9.ebuild index 9b4d441c473b..3f19cd32bee6 100644 --- a/x11-terms/aterm/aterm-0.4.2-r9.ebuild +++ b/x11-terms/aterm/aterm-0.4.2-r9.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r9.ebuild,v 1.7 2004/06/13 15:15:29 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r9.ebuild,v 1.8 2004/06/17 21:29:34 spock Exp $ inherit eutils IUSE="cjk" -S=${WORKDIR}/${P} DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility" SRC_URI="mirror://sourceforge/aterm/${P}.tar.bz2 cjk? (http://dev.gentoo.org/~spock/portage/distfiles/aterm-0.4.2-ja.patch)" |