diff options
author | 2010-11-06 19:35:06 +0000 | |
---|---|---|
committer | 2010-11-06 19:35:06 +0000 | |
commit | 3a53e98afd713d382717b2c06d51a89a783e6cb5 (patch) | |
tree | b94e5bc5b657bf85d61cfecdf0d9ec10579b320b /x11-libs/qt-declarative | |
parent | stable x86, bug 343969 (diff) | |
download | gentoo-2-3a53e98afd713d382717b2c06d51a89a783e6cb5.tar.gz gentoo-2-3a53e98afd713d382717b2c06d51a89a783e6cb5.tar.bz2 gentoo-2-3a53e98afd713d382717b2c06d51a89a783e6cb5.zip |
added ~ia64 keyword wrt to bug #338289
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-declarative')
-rw-r--r-- | x11-libs/qt-declarative/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt-declarative/ChangeLog b/x11-libs/qt-declarative/ChangeLog index dcf920d650a6..73daed9b05be 100644 --- a/x11-libs/qt-declarative/ChangeLog +++ b/x11-libs/qt-declarative/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qt-declarative # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.10 2010/11/06 10:49:49 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.11 2010/11/06 19:35:06 wired Exp $ + + 06 Nov 2010; Alex Alexander <wired@gentoo.org> + qt-declarative-4.7.0.ebuild: + added ~ia64 keyword wrt to bug #338289 06 Nov 2010; Alex Alexander <wired@gentoo.org> qt-declarative-4.7.0.ebuild, metadata.xml: diff --git a/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild b/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild index 2c39524246fe..f7baef69efc0 100644 --- a/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild +++ b/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild,v 1.7 2010/11/06 10:49:49 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild,v 1.8 2010/11/06 19:35:06 wired Exp $ EAPI="3" inherit qt4-build DESCRIPTION="The Declarative module for the Qt toolkit" SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="private-headers qt3support" DEPEND="~x11-libs/qt-core-${PV}[aqua=,qt3support=] |