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 BE5D5138206 for ; Fri, 12 Jan 2018 10:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23351E0903; Fri, 12 Jan 2018 10:39:15 +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 06FA8E0903 for ; Fri, 12 Jan 2018 10:39:14 +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 003CA335C53 for ; Fri, 12 Jan 2018 10:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BADA61A7 for ; Fri, 12 Jan 2018 10:39:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1515753538.1e933ff0afd2efc8b65788dd3a62ccb0919e5a44.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/drumstick/drumstick-1.1.0.ebuild X-VCS-Directories: media-sound/drumstick/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1e933ff0afd2efc8b65788dd3a62ccb0919e5a44 X-VCS-Branch: master Date: Fri, 12 Jan 2018 10:39:11 +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: f17c53de-d2cf-4739-8ba3-2ee0ed03db02 X-Archives-Hash: 741f2e8528d5dc15316cd8693fb4c761 commit: 1e933ff0afd2efc8b65788dd3a62ccb0919e5a44 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 12 09:57:54 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 12 10:38:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e933ff0 media-sound/drumstick: stabilise 1.1.0 for amd64/x86 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-sound/drumstick/drumstick-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/drumstick/drumstick-1.1.0.ebuild b/media-sound/drumstick/drumstick-1.1.0.ebuild index 4545970a4f5..88fb5aae789 100644 --- a/media-sound/drumstick/drumstick-1.1.0.ebuild +++ b/media-sound/drumstick/drumstick-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 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="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc fluidsynth pulseaudio" RESTRICT="test"