diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:32:37 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-25 15:32:37 +0000 |
commit | e58e25d4653b75452cbf65ae657b5c16a76f3133 (patch) | |
tree | eb19d3bc8e920cfc1858aaf63cb4094e30357f3d /x11-libs/qt | |
parent | Add prefix support, revbump due to otherwise unresolvable USE deps (diff) | |
download | gentoo-2-e58e25d4653b75452cbf65ae657b5c16a76f3133.tar.gz gentoo-2-e58e25d4653b75452cbf65ae657b5c16a76f3133.tar.bz2 gentoo-2-e58e25d4653b75452cbf65ae657b5c16a76f3133.zip |
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 0c138d972962..796489c893b7 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.608 2009/12/03 18:25:47 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.609 2009/12/25 15:32:37 abcd Exp $ + + 25 Dec 2009; Jonathan Callen <abcd@gentoo.org> qt-4.6.0.ebuild: + Add prefix keywords 03 Dec 2009; Ben de Groot <yngwin@gentoo.org> qt-3.3.8b-r1.ebuild, qt-3.3.8b-r2.ebuild, qt-4.5.3.ebuild, qt-4.6.0.ebuild: diff --git a/x11-libs/qt/qt-4.6.0.ebuild b/x11-libs/qt/qt-4.6.0.ebuild index e00fb5448d13..491ec6dec8fb 100644 --- a/x11-libs/qt/qt-4.6.0.ebuild +++ b/x11-libs/qt/qt-4.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.6.0.ebuild,v 1.2 2009/12/03 18:25:47 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.6.0.ebuild,v 1.3 2009/12/25 15:32:37 abcd Exp $ EAPI=2 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" @@ -8,7 +8,7 @@ HOMEPAGE="http://qt.nokia.com/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="dbus kde opengl qt3support" DEPEND="" |