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 D13FE138334 for ; Thu, 14 Jun 2018 20:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2EABE07FA; Thu, 14 Jun 2018 20:16:36 +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 8F4FCE07FA for ; Thu, 14 Jun 2018 20:16:36 +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 972C1335C63 for ; Thu, 14 Jun 2018 20:16:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 263F62C5 for ; Thu, 14 Jun 2018 20:16:33 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1529007385.205d6195bf7f588b5011a1ddf81ceb7becb6644f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pnmixer/pnmixer-0.7.1.ebuild X-VCS-Directories: media-sound/pnmixer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 205d6195bf7f588b5011a1ddf81ceb7becb6644f X-VCS-Branch: master Date: Thu, 14 Jun 2018 20:16:33 +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: e38710fd-828a-4b20-9855-2b29dec014d9 X-Archives-Hash: 0c0c34d35834b6549ba80f46e99197d7 commit: 205d6195bf7f588b5011a1ddf81ceb7becb6644f Author: ernsteiswuerfel mailbox org> AuthorDate: Sun Jun 10 21:55:02 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 14 20:16:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205d6195 media-sound/pnmixer: keyworded 0.7.1 for ppc, bug #657232 keyworded 0.7.1 for ppc Closes: https://bugs.gentoo.org/657232 Closes: https://github.com/gentoo/gentoo/pull/8797 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/pnmixer/pnmixer-0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild index 830c6b74c7e..a2496770d3d 100644 --- a/media-sound/pnmixer/pnmixer-0.7.1.ebuild +++ b/media-sound/pnmixer/pnmixer-0.7.1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="libnotify" RDEPEND="dev-libs/glib:2