diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:37:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:37:48 +0200 |
commit | e54a27cabaf1db172a3b43e87126d5fa482c78a4 (patch) | |
tree | dbe0b29bf712b72a5e6bc41525bccaa1742c3d46 /dev-qt | |
parent | dev-qt/qthelp: amd64 stable wrt bug #552396 (diff) | |
download | gentoo-e54a27cabaf1db172a3b43e87126d5fa482c78a4.tar.gz gentoo-e54a27cabaf1db172a3b43e87126d5fa482c78a4.tar.bz2 gentoo-e54a27cabaf1db172a3b43e87126d5fa482c78a4.zip |
dev-qt/qtmultimedia: amd64 stable wrt bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild index 0fd19f1b1ede..7a8e8ccdc05a 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The Multimedia module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" fi IUSE="alsa" |