From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 614B01382C5 for ; Mon, 7 Dec 2020 18:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DEE1E0C63; Mon, 7 Dec 2020 18:19:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5678EE0C63 for ; Mon, 7 Dec 2020 18:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 073023411FE for ; Mon, 7 Dec 2020 18:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742A848A for ; Mon, 7 Dec 2020 18:19:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1607365136.d6bb55012be0bed26019df91adf177d1ca695a93.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-base/smokeqt/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild X-VCS-Directories: kde-base/smokeqt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6bb55012be0bed26019df91adf177d1ca695a93 X-VCS-Branch: master Date: Mon, 7 Dec 2020 18:19:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88dd48c7-c48a-40dd-9bce-2ac12f974afb X-Archives-Hash: 8252f801c51b11a75f1ebaa8ddb35005 commit: d6bb55012be0bed26019df91adf177d1ca695a93 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 7 18:01:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 7 18:18:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=d6bb5501 kde-base/smokeqt: Switch to x11-libs/qscintilla:0-qt4=, drop ~arm Missing ~arm KEYWORD on x11-libs/qscintilla Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild index 1213315c..25a61ae4 100644 --- a/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild +++ b/kde-base/smokeqt/smokeqt-4.14.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,14 +8,14 @@ MULTIMEDIA_REQUIRED="optional" QTHELP_REQUIRED="optional" OPENGL_REQUIRED="optional" KDE_REQUIRED="never" - inherit kde4-base DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug +phonon qimageblitz qscintilla qwt webkit xmlpatterns" HOMEPAGE="https://techbase.kde.org/Development/Languages/Smoke" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +IUSE="debug +phonon qimageblitz qscintilla qwt webkit xmlpatterns" + # Maybe make more of Qt optional? DEPEND=" $(add_kdebase_dep smokegen) @@ -29,7 +29,7 @@ DEPEND=" dev-qt/qttest:4 phonon? ( media-libs/phonon:0-qt4 ) qimageblitz? ( >=media-libs/qimageblitz-0.0.4[-qt5(+)] ) - qscintilla? ( x11-libs/qscintilla:= ) + qscintilla? ( x11-libs/qscintilla:0-qt4= ) qwt? ( x11-libs/qwt:5[svg] ) webkit? ( dev-qt/qtwebkit:4 ) xmlpatterns? ( dev-qt/qtxmlpatterns:4 )