diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-09 06:51:31 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-09 06:51:31 +0000 |
commit | 62dee3e98556eee276f866aa31dfbc0e67ca2a7e (patch) | |
tree | 92e3ef1d25b9ffbb8f126de7b91b0711f67b6520 /x11-libs/qt-assistant | |
parent | Change ldap USE flag to openldap bug #261855 (diff) | |
download | gentoo-2-62dee3e98556eee276f866aa31dfbc0e67ca2a7e.tar.gz gentoo-2-62dee3e98556eee276f866aa31dfbc0e67ca2a7e.tar.bz2 gentoo-2-62dee3e98556eee276f866aa31dfbc0e67ca2a7e.zip |
x86 stable per bug 354033
(Portage version: 2.1.9.46/cvs/Linux i686)
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.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index fd86848a8eba..0c199b50644b 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.104 2011/04/13 21:03:02 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.105 2011/05/09 06:51:31 tomka Exp $ + + 09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-assistant-4.7.2.ebuild: + x86 stable per bug 354033 13 Apr 2011; Alex Alexander <wired@gentoo.org> -qt-assistant-4.7.0.ebuild, -qt-assistant-4.7.1.ebuild: diff --git a/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild index c78a4b7b6f07..01f46731451c 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.7.2.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.2.ebuild,v 1.1 2011/03/01 19:05:55 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.7.2.ebuild,v 1.2 2011/05/09 06:51:31 tomka 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" 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 )" |