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 9F87E138239 for ; Thu, 2 May 2019 21:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4EDE0855; Thu, 2 May 2019 21:33:44 +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 8DA53E0855 for ; Thu, 2 May 2019 21:33:44 +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 67D9F3432A0 for ; Thu, 2 May 2019 21:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1762F567 for ; Thu, 2 May 2019 21:33:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1556832798.2f7dd0bef8ecc975b270c6a1ca0bd17a9bfde8e9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/archive-tar-minitar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild X-VCS-Directories: dev-ruby/archive-tar-minitar/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2f7dd0bef8ecc975b270c6a1ca0bd17a9bfde8e9 X-VCS-Branch: master Date: Thu, 2 May 2019 21:33:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3a60bbc-0fc7-46fc-b0d0-626a66fd0f8e X-Archives-Hash: e4a9cfe6e714a9f3469d4b48892962cc commit: 2f7dd0bef8ecc975b270c6a1ca0bd17a9bfde8e9 Author: Mikle Kolyada gentoo org> AuthorDate: Thu May 2 21:33:18 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu May 2 21:33:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7dd0be dev-ruby/archive-tar-minitar: alpha stable wrt bug #683414 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild index 1d1820e1365..acefdff296a 100644 --- a/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild +++ b/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.8.ebuild @@ -20,7 +20,7 @@ RUBY_S="minitar-${PV}" LICENSE="|| ( BSD-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"