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 84C711382C5 for ; Tue, 27 Feb 2018 13:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CE88E088A; Tue, 27 Feb 2018 13:43: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 7A861E088A for ; Tue, 27 Feb 2018 13:43:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6EB5B335C39 for ; Tue, 27 Feb 2018 13:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F35E6211 for ; Tue, 27 Feb 2018 13:43:12 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1519738967.41dc8d9d1f10ac331499931ac7c06d7357fc253c.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bbppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bbppp/bbppp-0.2.5-r1.ebuild X-VCS-Directories: x11-misc/bbppp/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 41dc8d9d1f10ac331499931ac7c06d7357fc253c X-VCS-Branch: master Date: Tue, 27 Feb 2018 13:43:12 +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: c2b57b59-5763-4846-b858-7f6c2e2889ab X-Archives-Hash: b8631a13b1b2694b495eba6923aa1271 commit: 41dc8d9d1f10ac331499931ac7c06d7357fc253c Author: Jason Zaman gentoo org> AuthorDate: Tue Feb 27 13:36:46 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Feb 27 13:42:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dc8d9d x11-misc/bbppp: amd64 stable Gentoo-bug: 648874 Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-misc/bbppp/bbppp-0.2.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild b/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild index 9845508cd8a..2664e9b7ae8 100644 --- a/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild +++ b/x11-misc/bbppp/bbppp-0.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bbtools/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND="x11-libs/libX11"