From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-967904-garchives=archives.gentoo.org@lists.gentoo.org> 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 824C11396D1 for <garchives@archives.gentoo.org>; Sat, 19 Aug 2017 00:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0FAB1FC007; Sat, 19 Aug 2017 00:31:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BEE931FC007 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 00:31:04 +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 51BB4341A34 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 00:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90B4A7A97 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2017 00:31:01 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> 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" <whissi@gentoo.org> Message-ID: <1503102630.791e19b761e2db8aa6292db0a7926b9bad2543d7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/apulse/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/apulse/apulse-0.1.10.ebuild X-VCS-Directories: media-sound/apulse/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 791e19b761e2db8aa6292db0a7926b9bad2543d7 X-VCS-Branch: master Date: Sat, 19 Aug 2017 00:31:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a21ea7ff-32de-4d12-af88-45bbe3632904 X-Archives-Hash: 6947de7379b045140850a8cb377d39c6 commit: 791e19b761e2db8aa6292db0a7926b9bad2543d7 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 18 23:41:09 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 00:30:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791e19b7 media-sound/apulse: x86 stable (bug #624260) Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/apulse/apulse-0.1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/apulse/apulse-0.1.10.ebuild b/media-sound/apulse/apulse-0.1.10.ebuild index 9d0db07cf2e..c9c55450de0 100644 --- a/media-sound/apulse/apulse-0.1.10.ebuild +++ b/media-sound/apulse/apulse-0.1.10.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" DEPEND="dev-libs/glib:2[${MULTILIB_USEDEP}] media-libs/alsa-lib[${MULTILIB_USEDEP}]"