diff options
author | Joseph Jezak <josejx@gentoo.org> | 2012-01-29 23:37:19 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2012-01-29 23:37:19 +0000 |
commit | 08fd5446a10e67f0c37cda7206fdaa4e1aa6d066 (patch) | |
tree | 66a84a1e2b65d915feaab9a860442ecff120c9e1 /x11-libs/qt-assistant | |
parent | whitespace (diff) | |
download | historical-08fd5446a10e67f0c37cda7206fdaa4e1aa6d066.tar.gz historical-08fd5446a10e67f0c37cda7206fdaa4e1aa6d066.tar.bz2 historical-08fd5446a10e67f0c37cda7206fdaa4e1aa6d066.zip |
Marked ppc ppc64 stable for bug #390963.
Package-Manager: portage-2.1.10.44/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.7.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 98465bf20da0..46fb55ad3a77 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.118 2012/01/29 19:02:51 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.119 2012/01/29 23:22:15 josejx Exp $ + + 29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-assistant-4.7.4.ebuild: + Marked ppc ppc64 stable for bug #390963. 29 Jan 2012; Alex Alexander <wired@gentoo.org> +files/disable-webkit.patch: added missing patch diff --git a/x11-libs/qt-assistant/qt-assistant-4.7.4.ebuild b/x11-libs/qt-assistant/qt-assistant-4.7.4.ebuild index b3d6a0b18043..3814301480a3 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.7.4.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.7.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.7.4.ebuild,v 1.3 2011/12/27 21:39:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.4.ebuild,v 1.4 2012/01/29 23:22:15 josejx Exp $ EAPI="3" inherit qt4-build DESCRIPTION="The assistant help module for the Qt toolkit" SLOT="4" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~ppc-macos" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86 ~ppc-macos" IUSE="compat doc +glib qt3support trace" SRC_URI+=" compat? ( ftp://ftp.qt.nokia.com/qt/source/${PN}-qassistantclient-library-compat-src-4.6.3.tar.gz )" |