diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 11:55:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-26 11:55:57 +0000 |
commit | 3f22d0094c146bd7758360351f9f77b4dcd5f759 (patch) | |
tree | 2f08d1760bf4269ceb6f52af8835323a14c28d2b /dev-qt/qthelp | |
parent | Stable for ia64, wrt bug #494728 (diff) | |
download | gentoo-2-3f22d0094c146bd7758360351f9f77b4dcd5f759.tar.gz gentoo-2-3f22d0094c146bd7758360351f9f77b4dcd5f759.tar.bz2 gentoo-2-3f22d0094c146bd7758360351f9f77b4dcd5f759.zip |
Stable for ia64, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-qt/qthelp')
-rw-r--r-- | dev-qt/qthelp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qthelp/qthelp-4.8.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qthelp/ChangeLog b/dev-qt/qthelp/ChangeLog index b35f1c0e2cfa..8e90a8f290ba 100644 --- a/dev-qt/qthelp/ChangeLog +++ b/dev-qt/qthelp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qthelp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.18 2014/01/19 13:53:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/ChangeLog,v 1.19 2014/01/26 11:55:57 ago Exp $ + + 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qthelp-4.8.5-r2.ebuild: + Stable for ia64, wrt bug #494728 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qthelp-4.8.5-r2.ebuild: Stable for alpha, wrt bug #494728 diff --git a/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild b/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild index c9c15881b492..25dff3a201e2 100644 --- a/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild +++ b/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild,v 1.9 2014/01/19 13:53:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.5-r2.ebuild,v 1.10 2014/01/26 11:55:57 ago Exp $ EAPI=5 @@ -17,7 +17,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="compat doc" |