diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 17:48:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-12 17:48:47 +0000 |
commit | b577fc62d22f8ba03647fb954dce2b663480b4cf (patch) | |
tree | 39ed32447ac0044ae2945503a4b53f11280ed6d0 /x11-libs/qt-webkit | |
parent | Use snapshot to be in line with app-arch/unshield. Both moved to twogood's gi... (diff) | |
download | historical-b577fc62d22f8ba03647fb954dce2b663480b4cf.tar.gz historical-b577fc62d22f8ba03647fb954dce2b663480b4cf.tar.bz2 historical-b577fc62d22f8ba03647fb954dce2b663480b4cf.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index 512d27a09856..3f3d3b9e6a24 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.145 2012/05/08 18:30:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.146 2012/05/12 17:47:11 aballier Exp $ + + 12 May 2012; Alexis Ballier <aballier@gentoo.org> qt-webkit-4.8.1.ebuild: + keyword ~amd64-fbsd 08 May 2012; Markos Chandras <hwoarang@gentoo.org> qt-webkit-4.8.1.ebuild: Stable on amd64 wrt bug #414241 diff --git a/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild index ca2e66863025..b540cbfa82bf 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.5 2012/05/08 18:30:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.8.1.ebuild,v 1.6 2012/05/12 17:47:11 aballier Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit qt4-build flag-o-matic DESCRIPTION="The WebKit module for the Qt toolkit" SLOT="4" -KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="+gstreamer +icu +jit" REQUIRED_USE="gstreamer? ( icu )" #407315 |