diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-19 14:10:37 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-19 14:10:37 +0000 |
commit | d58c674baa60af5b91eea42b8547e12161ae1e50 (patch) | |
tree | 2198345ced94518390af57e84c54b1cc64a006ea /x11-terms/rxvt/rxvt-2.7.10.ebuild | |
parent | Cleanup, stable for ppc (diff) | |
download | historical-d58c674baa60af5b91eea42b8547e12161ae1e50.tar.gz historical-d58c674baa60af5b91eea42b8547e12161ae1e50.tar.bz2 historical-d58c674baa60af5b91eea42b8547e12161ae1e50.zip |
Removed redundant --with-term=rxvt option. Closing bug #48312
Diffstat (limited to 'x11-terms/rxvt/rxvt-2.7.10.ebuild')
-rw-r--r-- | x11-terms/rxvt/rxvt-2.7.10.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-terms/rxvt/rxvt-2.7.10.ebuild b/x11-terms/rxvt/rxvt-2.7.10.ebuild index 454e8f750d0f..8cf608bbbcd3 100644 --- a/x11-terms/rxvt/rxvt-2.7.10.ebuild +++ b/x11-terms/rxvt/rxvt-2.7.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10.ebuild,v 1.7 2004/03/28 02:20:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt/rxvt-2.7.10.ebuild,v 1.8 2004/04/19 14:10:37 usata Exp $ inherit eutils @@ -54,7 +54,6 @@ src_compile() { --enable-shared \ --enable-keepscrolling \ --with-term=${term} \ - --with-term=rxvt \ `use_enable xgetdefault` || die emake || die |