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 4429D138334 for ; Thu, 18 Oct 2018 07:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F406BE08BD; Thu, 18 Oct 2018 07:52:45 +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 CDD93E08BD for ; Thu, 18 Oct 2018 07:52:45 +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 0672C335D29 for ; Thu, 18 Oct 2018 07:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A7244D for ; Thu, 18 Oct 2018 07:52:38 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539849130.e0008622ce06847ec8c89a3266622bf8713ac2ac.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dpkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dpkg/dpkg-1.19.1.ebuild X-VCS-Directories: app-arch/dpkg/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e0008622ce06847ec8c89a3266622bf8713ac2ac X-VCS-Branch: master Date: Thu, 18 Oct 2018 07:52:38 +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: 2d84b8f6-1fe8-4eaf-9fae-65eb9194c32a X-Archives-Hash: 1c128b3e47cafd19b3650a757391caa6 commit: e0008622ce06847ec8c89a3266622bf8713ac2ac Author: Tobias Klausmann gentoo org> AuthorDate: Thu Oct 18 07:52:10 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Oct 18 07:52:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0008622 app-arch/dpkg-1.19.1-r0: add ~alpha keyword Bug: http://bugs.gentoo.org/667282 Signed-off-by: Tobias Klausmann gentoo.org> app-arch/dpkg/dpkg-1.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/dpkg/dpkg-1.19.1.ebuild b/app-arch/dpkg/dpkg-1.19.1.ebuild index ab6f5487a94..e1a12386355 100644 --- a/app-arch/dpkg/dpkg-1.19.1.ebuild +++ b/app-arch/dpkg/dpkg-1.19.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" IUSE="+bzip2 libmd +lzma nls selinux static-libs test unicode +update-alternatives +zlib" RDEPEND="