diff options
author | Alex Alexander <wired@gentoo.org> | 2009-10-16 19:55:56 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-10-16 19:55:56 +0000 |
commit | 93c6a1bec662ba49d101596450c38a3ef401c07c (patch) | |
tree | 7e444ac5cd80f175104b0fb8dd65f09a873bb173 /x11-libs | |
parent | added keywords (diff) | |
download | gentoo-2-93c6a1bec662ba49d101596450c38a3ef401c07c.tar.gz gentoo-2-93c6a1bec662ba49d101596450c38a3ef401c07c.tar.bz2 gentoo-2-93c6a1bec662ba49d101596450c38a3ef401c07c.zip |
added keywords
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 498e29cd6411..6eb55e93cbd9 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.63 2009/10/16 16:51:30 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.64 2009/10/16 19:55:56 wired Exp $ + + 16 Oct 2009; Alex Alexander <wired@gentoo.org> qt-core-4.6.0_beta1.ebuild: + added keywords: ~alpha ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86-fbsd *qt-core-4.6.0_beta1 (16 Oct 2009) diff --git a/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild b/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild index a5c6ea9d1db6..b16ea3919a5a 100644 --- a/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild +++ b/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild,v 1.1 2009/10/16 16:51:30 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.6.0_beta1.ebuild,v 1.2 2009/10/16 19:55:56 wired Exp $ EAPI="2" inherit qt4-build DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc +glib iconv optimized-qmake qt3support ssl" RDEPEND="sys-libs/zlib |