diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-24 17:34:24 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-05-24 17:34:24 +0000 |
commit | 8fa0e3bcfdae75a21caf5db407a11c9124c5e452 (patch) | |
tree | d95e1c5ab49aa561f75e84b51923137b93b82fc9 /x11-terms | |
parent | Call Python-specific functions only when "python" USE flag is enabled. (diff) | |
download | gentoo-2-8fa0e3bcfdae75a21caf5db407a11c9124c5e452.tar.gz gentoo-2-8fa0e3bcfdae75a21caf5db407a11c9124c5e452.tar.bz2 gentoo-2-8fa0e3bcfdae75a21caf5db407a11c9124c5e452.zip |
x86 stable wrt bug #319711
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 6 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 0e8ea173bf6c..464d7d727afb 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.165 2010/05/24 14:29:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.166 2010/05/24 17:34:24 phajdan.jr Exp $ + + 24 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + rxvt-unicode-9.07-r1.ebuild: + x86 stable wrt bug #319711 24 May 2010; <nixnut@gentoo.org> rxvt-unicode-9.07-r1.ebuild: ppc stable #319711 diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild index 3db31bf3f7b0..e41701a1d821 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.07-r1.ebuild,v 1.4 2010/05/24 14:29:17 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.07-r1.ebuild,v 1.5 2010/05/24 17:34:24 phajdan.jr Exp $ EAPI="2" @@ -12,7 +12,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" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" # see bug #115992 for modular x deps |