diff options
author | Markus Meier <maekke@gentoo.org> | 2015-05-30 11:06:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-05-30 11:06:35 +0000 |
commit | c5c883f5f74b227ef9441e12546aee9ea579e3b3 (patch) | |
tree | be19bccb7d50a4401b74a7d7df9f7c8fd8b609f7 /dev-qt | |
parent | arm stable, bug #530238 (diff) | |
download | gentoo-2-c5c883f5f74b227ef9441e12546aee9ea579e3b3.tar.gz gentoo-2-c5c883f5f74b227ef9441e12546aee9ea579e3b3.tar.bz2 gentoo-2-c5c883f5f74b227ef9441e12546aee9ea579e3b3.zip |
arm stable, bug #530238
(Portage version: 2.2.19/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopenvg/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-qt/qtopenvg/ChangeLog b/dev-qt/qtopenvg/ChangeLog index 607a1e7085b9..f694c26e8155 100644 --- a/dev-qt/qtopenvg/ChangeLog +++ b/dev-qt/qtopenvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtopenvg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.13 2015/05/26 18:13:52 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.14 2015/05/30 11:06:35 maekke Exp $ + + 30 May 2015; Markus Meier <maekke@gentoo.org> qtopenvg-4.8.6-r1.ebuild: + arm stable, bug #530238 *qtopenvg-4.8.7 (26 May 2015) diff --git a/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild b/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild index 988359e2d683..92d1615eedb6 100644 --- a/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild +++ b/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild,v 1.4 2015/05/16 11:30:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild,v 1.5 2015/05/30 11:06:35 maekke Exp $ EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="The OpenVG module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" + KEYWORDS="amd64 arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="qt3support" |