diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-07-05 12:29:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-07-05 12:29:06 +0000 |
commit | 116b55275d5cb03f7375f7f38f35ecbfedb4aa05 (patch) | |
tree | eca3ce3645fce03a7057d5a92ac1ce0e5a8233b1 /x11-libs/qt-svg | |
parent | Version bump; wire in tests, respect TEST_VERBOSE, don't use rake. (diff) | |
download | gentoo-2-116b55275d5cb03f7375f7f38f35ecbfedb4aa05.tar.gz gentoo-2-116b55275d5cb03f7375f7f38f35ecbfedb4aa05.tar.bz2 gentoo-2-116b55275d5cb03f7375f7f38f35ecbfedb4aa05.zip |
Stable for amd64, wrt bug #424625
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-svg')
-rw-r--r-- | x11-libs/qt-svg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-svg/qt-svg-4.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-svg/ChangeLog b/x11-libs/qt-svg/ChangeLog index 3631ed19ee5e..10eabeba471a 100644 --- a/x11-libs/qt-svg/ChangeLog +++ b/x11-libs/qt-svg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-svg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.113 2012/06/25 16:08:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/ChangeLog,v 1.114 2012/07/05 12:29:06 ago Exp $ + + 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-svg-4.8.2.ebuild: + Stable for amd64, wrt bug #424625 25 Jun 2012; Raúl Porcel <armin76@gentoo.org> qt-svg-4.8.1.ebuild, qt-svg-4.8.2.ebuild: diff --git a/x11-libs/qt-svg/qt-svg-4.8.2.ebuild b/x11-libs/qt-svg/qt-svg-4.8.2.ebuild index 7c9824ba87a9..8ce7b4d41767 100644 --- a/x11-libs/qt-svg/qt-svg-4.8.2.ebuild +++ b/x11-libs/qt-svg/qt-svg-4.8.2.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-libs/qt-svg/qt-svg-4.8.2.ebuild,v 1.3 2012/06/25 16:08:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-svg/qt-svg-4.8.2.ebuild,v 1.4 2012/07/05 12:29:06 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="+accessibility" |