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 DF176138334 for ; Thu, 27 Jun 2019 07:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9073E093D; Thu, 27 Jun 2019 07:29:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B15B2E093D for ; Thu, 27 Jun 2019 07:29:42 +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 C9829346B25 for ; Thu, 27 Jun 2019 07:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 685B262C for ; Thu, 27 Jun 2019 07:29:40 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1561620543.e093693850bde79613ec308b7f539125752cb050.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild X-VCS-Directories: x11-themes/adwaita-qt/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e093693850bde79613ec308b7f539125752cb050 X-VCS-Branch: master Date: Thu, 27 Jun 2019 07:29:40 +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: a435af86-5877-4af4-af21-6e9c5bc074b0 X-Archives-Hash: 17279bdd9f795107da337aa250f8e7af commit: e093693850bde79613ec308b7f539125752cb050 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jun 27 07:29:03 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jun 27 07:29:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0936938 x11-themes/adwaita-qt: keyworded 1.0-r1 for ppc64, bug #676874 Package-Manager: Portage-2.3.67, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild index c90b5408967..ab20e91c260 100644 --- a/x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild +++ b/x11-themes/adwaita-qt/adwaita-qt-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME HOMEPAGE="https://github.com/MartinBriza/adwaita-qt" SRC_URI="https://github.com/MartinBriza/${PN}/archive/${PV}/${P}.tar.gz" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" LICENSE="GPL-2 LGPL-2" SLOT="0"