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 3032A138334 for ; Sun, 9 Sep 2018 23:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE5F2E0B9A; Sun, 9 Sep 2018 23:53:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8FD69E0B9B for ; Sun, 9 Sep 2018 23:53:48 +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 2FD5E340F3F for ; Sun, 9 Sep 2018 23:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DFC3E6 for ; Sun, 9 Sep 2018 23:53:43 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536537200.2698b2f7aa932e5a5bac52e9a5fa535b469e838a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/mate-themes/mate-themes-3.22.11.ebuild X-VCS-Directories: x11-themes/mate-themes/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2698b2f7aa932e5a5bac52e9a5fa535b469e838a X-VCS-Branch: master Date: Sun, 9 Sep 2018 23:53:43 +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-Archives-Salt: 2bac629c-3b8a-4e4d-86a2-b88ed7d954e1 X-Archives-Hash: e70368f46a8ec0e7318b74fe24206275 commit: 2698b2f7aa932e5a5bac52e9a5fa535b469e838a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:47:22 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2698b2f7 x11-themes/mate-themes: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 x11-themes/mate-themes/mate-themes-3.22.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/mate-themes/mate-themes-3.22.11.ebuild b/x11-themes/mate-themes/mate-themes-3.22.11.ebuild index 3b22ddc5137..60a65309e4f 100644 --- a/x11-themes/mate-themes/mate-themes-3.22.11.ebuild +++ b/x11-themes/mate-themes/mate-themes-3.22.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ if [[ ${PV#${MATE_GTK_V}.} == 9999 ]]; then EGIT_BRANCH="gtk${MATE_GTK_V}" else SRC_URI="http://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi HOMEPAGE="http://mate-desktop.org"