From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-930291-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 F0BF1139694
	for <garchives@archives.gentoo.org>; Thu,  9 Feb 2017 14:40:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 49459E0D41;
	Thu,  9 Feb 2017 14:40:22 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 2A43BE0D41
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Feb 2017 14:40:22 +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 27962340FC1
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Feb 2017 14:40:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B9003E7D
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Feb 2017 14:40:19 +0000 (UTC)
From: "Jonathan Vasquez" <fearedbliss@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, "Jonathan Vasquez" <fearedbliss@gentoo.org>
Message-ID: <1486651207.6c9278bc83be8af36fdccad6b21794c36ac310c1.fearedbliss@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-initramfs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild
X-VCS-Directories: sys-kernel/bliss-initramfs/
X-VCS-Committer: fearedbliss
X-VCS-Committer-Name: Jonathan Vasquez
X-VCS-Revision: 6c9278bc83be8af36fdccad6b21794c36ac310c1
X-VCS-Branch: master
Date: Thu,  9 Feb 2017 14:40:19 +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: 7764ba8d-d233-4882-9269-890f4333ef65
X-Archives-Hash: a4995638a824de11e78ba3bf156d5e03

commit:     6c9278bc83be8af36fdccad6b21794c36ac310c1
Author:     Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 14:40:07 2017 +0000
Commit:     Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 14:40:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9278bc

sys-kernel/bliss-initramfs: stabilizing 6.8.3 for amd64

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild b/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild
index 8ef2609853..688f23d3fd 100644
--- a/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild
+++ b/sys-kernel/bliss-initramfs/bliss-initramfs-6.8.3-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_REPO}/archive/${GITHUB_TAG}.
 RESTRICT="strip"
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 RDEPEND="
 	>=dev-lang/python-3.3