diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-03 13:06:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-03 13:06:13 +0000 |
commit | c6db062cf9263e05f11f4a41b90bfade51771381 (patch) | |
tree | 54483f589db894c653695d561476249be34629c4 /dev-qt/assistant | |
parent | Stable for amd64, wrt bug #488536 (diff) | |
download | gentoo-2-c6db062cf9263e05f11f4a41b90bfade51771381.tar.gz gentoo-2-c6db062cf9263e05f11f4a41b90bfade51771381.tar.bz2 gentoo-2-c6db062cf9263e05f11f4a41b90bfade51771381.zip |
Stable for x86, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/assistant/assistant-4.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/assistant/ChangeLog b/dev-qt/assistant/ChangeLog index 43f717bd5913..8f3969301c59 100644 --- a/dev-qt/assistant/ChangeLog +++ b/dev-qt/assistant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/assistant # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.3 2013/11/03 13:03:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.4 2013/11/03 13:06:13 ago Exp $ + + 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> assistant-4.8.5.ebuild: + Stable for x86, wrt bug #488536 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> assistant-4.8.5.ebuild: Stable for amd64, wrt bug #488536 diff --git a/dev-qt/assistant/assistant-4.8.5.ebuild b/dev-qt/assistant/assistant-4.8.5.ebuild index 869aa6d8e551..c33ef37b53b7 100644 --- a/dev-qt/assistant/assistant-4.8.5.ebuild +++ b/dev-qt/assistant/assistant-4.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-4.8.5.ebuild,v 1.2 2013/11/03 13:03:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-4.8.5.ebuild,v 1.3 2013/11/03 13:06:13 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi IUSE="webkit" |