Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/
Date: Sun, 19 Aug 2018 10:46:16
Message-Id: 1534674883.89f7d4b9d761e557c4161a743020199c3eeb64f5.slyfox@gentoo
1 commit: 89f7d4b9d761e557c4161a743020199c3eeb64f5
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Aug 19 08:42:38 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 10:34:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f7d4b9
7
8 dev-qt/qtimageformats: keyworded 5.11.1 for sparc
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="sparc"
12
13 dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild b/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild
17 index 5b10805b2ac..e4017c170ea 100644
18 --- a/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild
19 +++ b/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild
20 @@ -7,7 +7,7 @@ inherit qt5-build
21 DESCRIPTION="Additional format plugins for the Qt image I/O system"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
26 fi
27
28 IUSE="jpeg2k mng"