diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-26 13:11:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-26 13:11:01 +0000 |
commit | d3e756319e1fe1d6241181309939d9de53bbe68f (patch) | |
tree | 3e3f1e847ee33c23ec09b2e50e0e02fc452cb4f4 /x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild | |
parent | Add wired as maintainer. (diff) | |
download | historical-d3e756319e1fe1d6241181309939d9de53bbe68f.tar.gz historical-d3e756319e1fe1d6241181309939d9de53bbe68f.tar.bz2 historical-d3e756319e1fe1d6241181309939d9de53bbe68f.zip |
IUSE=+vanilla, thanks to volkmar for the suggestion (bug #237271 comment #38).
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild index 809a62126571..d7eee3dca7cc 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild,v 1.3 2009/10/26 13:00:26 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild,v 1.4 2009/10/26 13:11:01 jer Exp $ + +EAPI="1" inherit autotools flag-o-matic @@ -11,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="truetype perl iso14755 afterimage xterm-color wcwidth vanilla" +IUSE="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" # see bug #115992 for modular x deps RDEPEND="x11-libs/libX11 |