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 7E6EE138334 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 BDA2DE0B9D; 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 8FD84E0B9D for ; Sun, 9 Sep 2018 23:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 47CF1340F42 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 D598B3DE for ; Sun, 9 Sep 2018 23:53:42 +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: <1536537185.313797f7094348ccd69d18f3cbdb0f8387785d0a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmatemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmatemixer/libmatemixer-1.18.0.ebuild X-VCS-Directories: media-libs/libmatemixer/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 313797f7094348ccd69d18f3cbdb0f8387785d0a X-VCS-Branch: master Date: Sun, 9 Sep 2018 23:53:42 +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: 026ba28a-880a-4cb2-a8ab-a358b4368a3a X-Archives-Hash: cc12cb953668bc20c9a9f8a19248d64f commit: 313797f7094348ccd69d18f3cbdb0f8387785d0a Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Sep 9 23:42:25 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 23:53:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313797f7 media-libs/libmatemixer: x86 stable (bug #625838) Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/libmatemixer/libmatemixer-1.18.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild b/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild index 6d5c8cee7db..a9621abfb3c 100644 --- a/media-libs/libmatemixer/libmatemixer-1.18.0.ebuild +++ b/media-libs/libmatemixer/libmatemixer-1.18.0.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 @@ -6,7 +6,7 @@ EAPI=6 inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 x86" fi DESCRIPTION="Mixer library for MATE Desktop"