diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-07-05 12:19:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-07-05 12:19:49 +0000 |
commit | 1c56e2a620d2736da86b657527b68116b21138cc (patch) | |
tree | 4aef44a8e65248daf1e64d0d3232647da9e71d2a /x11-libs/qt-assistant | |
parent | Keyword ~mips (diff) | |
download | gentoo-2-1c56e2a620d2736da86b657527b68116b21138cc.tar.gz gentoo-2-1c56e2a620d2736da86b657527b68116b21138cc.tar.bz2 gentoo-2-1c56e2a620d2736da86b657527b68116b21138cc.zip |
Stable for amd64, wrt bug #424625
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-assistant')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index f9930966aacf..9f3e53402808 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.141 2012/06/28 17:36:00 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.142 2012/07/05 12:19:49 ago Exp $ + + 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-assistant-4.8.2-r1.ebuild: + Stable for amd64, wrt bug #424625 *qt-assistant-4.8.2-r1 (28 Jun 2012) diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild index defa5354095f..eb8c348b60d2 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.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-assistant/qt-assistant-4.8.2-r1.ebuild,v 1.1 2012/06/28 17:36:00 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild,v 1.2 2012/07/05 12:19:49 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos" fi IUSE="compat doc +glib qt3support trace webkit" |