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 601B91395E3 for ; Fri, 9 Dec 2016 05:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0B06E0C74; Fri, 9 Dec 2016 05:53:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94695E0C73 for ; Fri, 9 Dec 2016 05:53:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 776FD341643 for ; Fri, 9 Dec 2016 05:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A424F24A4 for ; Fri, 9 Dec 2016 05:53:11 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1481262731.8c4171d23ee17b13eea6eef9e7321da8a6cf976a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/abcm2ps/abcm2ps-8.12.9.ebuild X-VCS-Directories: media-sound/abcm2ps/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8c4171d23ee17b13eea6eef9e7321da8a6cf976a X-VCS-Branch: master Date: Fri, 9 Dec 2016 05:53: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: 7cf1dfb1-9372-46fe-8544-f3ac6ed3f15e X-Archives-Hash: 078cc8168efbcfccd60e05f5c92d0d5e commit: 8c4171d23ee17b13eea6eef9e7321da8a6cf976a Author: Tim Harder gentoo org> AuthorDate: Fri Dec 9 05:51:59 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Dec 9 05:52:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4171d2 media-sound/abcm2ps: stabilize 8.12.9 media-sound/abcm2ps/abcm2ps-8.12.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild b/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild index ab13763..849a21d 100644 --- a/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild +++ b/media-sound/abcm2ps/abcm2ps-8.12.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://moinejf.free.fr/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="examples pango" RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"