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 E6633138334 for ; Mon, 18 Mar 2019 21:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B018E088D; Mon, 18 Mar 2019 21:57:03 +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 D489FE088D for ; Mon, 18 Mar 2019 21:57:02 +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 44712335CC8 for ; Mon, 18 Mar 2019 21:57:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99BB354F for ; Mon, 18 Mar 2019 21:56:59 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1552946043.c11d4976a33737f3b8b737dd507fd7a3e8eda577.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: c11d4976a33737f3b8b737dd507fd7a3e8eda577 X-VCS-Branch: master Date: Mon, 18 Mar 2019 21:56:59 +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: 46415c84-898c-4094-8fce-3b468b79d857 X-Archives-Hash: b853c2041e305e2cb523cc4a080418c0 commit: c11d4976a33737f3b8b737dd507fd7a3e8eda577 Author: Jimi Huotari gentoo org> AuthorDate: Mon Mar 18 21:46:44 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Mon Mar 18 21:54:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c11d4976 dev-util/lxqt-build-tools: sync with the main Gentoo repo tree Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index b81117b0..7cd05ead 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild @@ -13,14 +13,14 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi LICENSE="BSD" SLOT="0" -RDEPEND=" +DEPEND=" >=dev-libs/glib-2.50.0 dev-qt/qtcore:5 " -DEPEND="${RDEPEND}" +RDEPEND="${DEPEND}"