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 538CB139085 for ; Tue, 27 Dec 2016 09:12:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A660521C08C; Tue, 27 Dec 2016 09:12:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 820D921C08C for ; Tue, 27 Dec 2016 09:12:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6120034108B for ; Tue, 27 Dec 2016 09:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEB242500 for ; Tue, 27 Dec 2016 09:12:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1482829943.e091434a00375a37b1c930b01fc37a1688d38f54.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/screenfetch-3.7.0.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e091434a00375a37b1c930b01fc37a1688d38f54 X-VCS-Branch: master Date: Tue, 27 Dec 2016 09:12:39 +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: 98f03511-bb04-48c1-819d-e1d1ff2fb733 X-Archives-Hash: 2805c48c958a75188a0f81a9221148f8 commit: e091434a00375a37b1c930b01fc37a1688d38f54 Author: Aaron Bauman gentoo org> AuthorDate: Tue Dec 27 07:59:26 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Dec 27 09:12:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e091434a app-misc/screenfetch: amd64 stable wrt bug #587128 app-misc/screenfetch/screenfetch-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/screenfetch/screenfetch-3.7.0.ebuild b/app-misc/screenfetch/screenfetch-3.7.0.ebuild index dc0378b..5522c69 100644 --- a/app-misc/screenfetch/screenfetch-3.7.0.ebuild +++ b/app-misc/screenfetch/screenfetch-3.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="X" S="${WORKDIR}/${MY_PN}-${PV}"