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 2C415138350 for ; Sat, 22 Feb 2020 14:19:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61A1AE0905; Sat, 22 Feb 2020 14:19:21 +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 41666E08FF for ; Sat, 22 Feb 2020 14:19:21 +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 37B8E34EF1F for ; Sat, 22 Feb 2020 14:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65783150 for ; Sat, 22 Feb 2020 14:19:16 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1582381143.784784f19c133fce3fb904210b522a902d3f2822.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/snappy/snappy-1.1.8.ebuild X-VCS-Directories: app-arch/snappy/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 784784f19c133fce3fb904210b522a902d3f2822 X-VCS-Branch: master Date: Sat, 22 Feb 2020 14:19:16 +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: 1f86bfca-b5fd-48e3-8dae-e5c08f0b0bb1 X-Archives-Hash: b824b491e6cc06329df0d11c6b2362d3 commit: 784784f19c133fce3fb904210b522a902d3f2822 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Feb 22 12:23:29 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 22 14:19:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784784f1 app-arch/snappy: stable 1.1.8 for hppa, bug #709758 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> app-arch/snappy/snappy-1.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/snappy/snappy-1.1.8.ebuild b/app-arch/snappy/snappy-1.1.8.ebuild index ea1f6df95d7..db0d82346bd 100644 --- a/app-arch/snappy/snappy-1.1.8.ebuild +++ b/app-arch/snappy/snappy-1.1.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV%%.*}" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"