diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-10-10 10:20:47 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-10-10 10:20:47 +0000 |
commit | 83bd8035d9b5bb6db3bc234028dc093210ef542e (patch) | |
tree | b6f34373922a0b724e454786488204265205503c /x11-misc/xsri | |
parent | ppc64 stable wrt #324077 (diff) | |
download | gentoo-2-83bd8035d9b5bb6db3bc234028dc093210ef542e.tar.gz gentoo-2-83bd8035d9b5bb6db3bc234028dc093210ef542e.tar.bz2 gentoo-2-83bd8035d9b5bb6db3bc234028dc093210ef542e.zip |
x86 stable wrt bug #339809
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'x11-misc/xsri')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog index 7a3e53f77ac3..761aa0a7cc38 100644 --- a/x11-misc/xsri/ChangeLog +++ b/x11-misc/xsri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsri # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.11 2010/10/05 10:30:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.12 2010/10/10 10:20:47 phajdan.jr Exp $ + + 10 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> xsri-2.1.0-r1.ebuild: + x86 stable wrt bug #339809 05 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> xsri-2.1.0-r1.ebuild: Don't build with -DG.*_DISABLE_DEPRECATED flags wrt #339582 by Diego E. diff --git a/x11-misc/xsri/xsri-2.1.0-r1.ebuild b/x11-misc/xsri/xsri-2.1.0-r1.ebuild index 508f35b0cf17..f4e28b68f84e 100644 --- a/x11-misc/xsri/xsri-2.1.0-r1.ebuild +++ b/x11-misc/xsri/xsri-2.1.0-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-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.8 2010/10/05 10:30:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r1.ebuild,v 1.9 2010/10/10 10:20:47 phajdan.jr Exp $ EAPI=2 inherit autotools rpm @@ -11,7 +11,7 @@ SRC_URI="mirror://fedora/5/source/SRPMS/${P}-9.2.1.src.rpm" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/gtk+:2" |