Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/
Date: Thu, 26 Apr 2018 03:01:57
Message-Id: 1524711644.7af3609e3fc6132d0ca7bad4b3e97d5c1d5f13f1.mattst88@gentoo
1 commit: 7af3609e3fc6132d0ca7bad4b3e97d5c1d5f13f1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 26 03:00:44 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 26 03:00:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af3609e
7
8 x11-libs/qscintilla: Drop to ~ppc64, bug 652648
9
10 x11-libs/qscintilla/qscintilla-2.10.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
14 index 34580af5018..5c8d5a899dc 100644
15 --- a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
16 +++ b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
17 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
18
19 LICENSE="GPL-3"
20 SLOT="0/13"
21 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
22 +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
23 IUSE="designer doc +qt4 qt5"
24
25 REQUIRED_USE="|| ( qt4 qt5 )"