diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-21 17:30:31 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-21 17:30:31 +0000 |
commit | 1fc0407bb05233221c9d996db8b09ec06ed67327 (patch) | |
tree | 26b0d1c849a1dc49000d41c65428deb8ec929a81 /x11-misc/xsri | |
parent | Version bump (diff) | |
download | gentoo-2-1fc0407bb05233221c9d996db8b09ec06ed67327.tar.gz gentoo-2-1fc0407bb05233221c9d996db8b09ec06ed67327.tar.bz2 gentoo-2-1fc0407bb05233221c9d996db8b09ec06ed67327.zip |
Stable for x86, wrt bug #429240
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xsri')
-rw-r--r-- | x11-misc/xsri/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xsri/xsri-2.1.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xsri/ChangeLog b/x11-misc/xsri/ChangeLog index 23c0f7073d57..0f08dd182946 100644 --- a/x11-misc/xsri/ChangeLog +++ b/x11-misc/xsri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsri # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.16 2012/08/06 17:48:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/ChangeLog,v 1.17 2012/08/21 17:30:31 johu Exp $ + + 21 Aug 2012; Johannes Huber <johu@gentoo.org> xsri-2.1.0-r2.ebuild: + Stable for x86, wrt bug #429240 06 Aug 2012; Agostino Sarubbo <ago@gentoo.org> xsri-2.1.0-r2.ebuild: Stable for amd64, wrt bug #429240 diff --git a/x11-misc/xsri/xsri-2.1.0-r2.ebuild b/x11-misc/xsri/xsri-2.1.0-r2.ebuild index 9ea44846e86e..ad01ea3e4602 100644 --- a/x11-misc/xsri/xsri-2.1.0-r2.ebuild +++ b/x11-misc/xsri/xsri-2.1.0-r2.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-misc/xsri/xsri-2.1.0-r2.ebuild,v 1.2 2012/08/06 17:48:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsri/xsri-2.1.0-r2.ebuild,v 1.3 2012/08/21 17:30:31 johu Exp $ EAPI=4 inherit autotools rpm @@ -11,7 +11,7 @@ SRC_URI="http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everythi LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/gtk+:2" |