diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-12 19:11:59 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-12 19:11:59 +0000 |
commit | 7aa5c9fa6226f5aad152d4bc688bc90824dfbd18 (patch) | |
tree | 6ae0c4b83643907a30f857ddbd20e2bbe153e080 /x11-libs | |
parent | Remove old. (diff) | |
download | gentoo-2-7aa5c9fa6226f5aad152d4bc688bc90824dfbd18.tar.gz gentoo-2-7aa5c9fa6226f5aad152d4bc688bc90824dfbd18.tar.bz2 gentoo-2-7aa5c9fa6226f5aad152d4bc688bc90824dfbd18.zip |
Marked ~ppc-macos, bug #346361
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 27f9a3c7f9e5..6c874b735279 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.107 2011/05/10 20:04:09 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.108 2011/05/12 19:11:59 grobian Exp $ + + 12 May 2011; Fabian Groffen <grobian@gentoo.org> qt-assistant-4.7.3.ebuild: + Marked ~ppc-macos, bug #346361 *qt-assistant-4.7.3 (10 May 2011) diff --git a/x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild b/x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild index 33ef945b4698..41cbbbba6174 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 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.3.ebuild,v 1.1 2011/05/10 20:04:09 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.3.ebuild,v 1.2 2011/05/12 19:11:59 grobian Exp $ EAPI="3" inherit qt4-build DESCRIPTION="The assistant help module for the Qt toolkit" SLOT="4" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +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 )" |