diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-20 20:57:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-20 20:57:43 +0000 |
commit | 6a01aa34aa4da14ffc973808fc5ae5048c598f77 (patch) | |
tree | 6a3adb4395efa4e33d0b017e8f0f832398dafa40 /x11-terms/rxvt-unicode | |
parent | drop arm keyword prior to unmasking for bug #397891 (diff) | |
download | gentoo-2-6a01aa34aa4da14ffc973808fc5ae5048c598f77.tar.gz gentoo-2-6a01aa34aa4da14ffc973808fc5ae5048c598f77.tar.bz2 gentoo-2-6a01aa34aa4da14ffc973808fc5ae5048c598f77.zip |
Replace USE=truetype with USE=xft and make x11-libs/libXft dependency optional upon USE=xft by Dmitry Dzhus (bug #363757).
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 6 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 26c55075f685..0bc1ff278ed8 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.209 2012/02/11 15:56:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.210 2012/02/20 20:57:43 jer Exp $ + + 20 Feb 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.15.ebuild: + Replace USE=truetype with USE=xft and make x11-libs/libXft dependency + optional upon USE=xft by Dmitry Dzhus (bug #363757). 11 Feb 2012; nixnut <nixnut@gentoo.org> rxvt-unicode-9.12-r1.ebuild: ppc stable #395703 diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild index 566943ba4471..4b07d9c537ab 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.15.ebuild,v 1.6 2012/02/06 15:25:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.15.ebuild,v 1.7 2012/02/20 20:57:43 jer Exp $ EAPI="4" @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-lin IUSE=" 256-color alt-font-width afterimage blink buffer-on-clear +focused-urgency fading-colors +font-styles iso14755 +mousewheel +perl pixbuf secondary-wheel - startup-notification truetype unicode3 +vanilla wcwidth + startup-notification xft unicode3 +vanilla wcwidth " RDEPEND=" @@ -28,8 +28,8 @@ RDEPEND=" pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) x11-libs/libX11 - x11-libs/libXft x11-libs/libXrender + xft? ( x11-libs/libXft ) " DEPEND=" ${RDEPEND} @@ -92,7 +92,7 @@ src_configure() { $(use_enable perl) \ $(use_enable pixbuf) \ $(use_enable startup-notification) \ - $(use_enable truetype xft) \ + $(use_enable xft) \ $(use_enable unicode3) \ ${myconf} } |