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 775D2138335 for ; Sat, 16 Jun 2018 19:26:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DD26E0824; Sat, 16 Jun 2018 19:26:55 +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 32240E0824 for ; Sat, 16 Jun 2018 19:26:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CA7E7335C90 for ; Sat, 16 Jun 2018 19:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A6B2D7 for ; Sat, 16 Jun 2018 19:26:51 +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: <1529177188.d02e8ff6bbe44a7e47ae6da9acfc45ba01dd508d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmspack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmspack/libmspack-0.6_alpha.ebuild X-VCS-Directories: dev-libs/libmspack/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d02e8ff6bbe44a7e47ae6da9acfc45ba01dd508d X-VCS-Branch: master Date: Sat, 16 Jun 2018 19:26:51 +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: e37cc99f-e000-41e5-aaa7-936f8a17c89d X-Archives-Hash: 27be60b18cebd6b1cee971d7e41c69f2 commit: d02e8ff6bbe44a7e47ae6da9acfc45ba01dd508d Author: Rolf Eike Beer sf-mail de> AuthorDate: Sat Jun 16 19:22:32 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 16 19:26:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02e8ff6 dev-libs/libmspack: keyworded 0.6_alpha for sparc Bug: https://bugs.gentoo.org/653016 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-libs/libmspack/libmspack-0.6_alpha.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild index 340e1eff032..2d660ecef54 100644 --- a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild +++ b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc64 ~sparc x86" IUSE="debug doc static-libs utils" DEPEND=""