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 15A7B138334 for ; Sat, 24 Nov 2018 22:01:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23B9FE0B54; Sat, 24 Nov 2018 22:01:25 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE77BE0B54 for ; Sat, 24 Nov 2018 22:01:24 +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 68DA2335C5A for ; Sat, 24 Nov 2018 22:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7BA4B4 for ; Sat, 24 Nov 2018 22:01:20 +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: <1543096874.75a4feb7428f5326bbfcf4d5a4693390a3ac7700.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: 75a4feb7428f5326bbfcf4d5a4693390a3ac7700 X-VCS-Branch: master Date: Sat, 24 Nov 2018 22:01:20 +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: 91e2fcdc-ee31-4a9d-8616-825bab930ef1 X-Archives-Hash: 1ff114820842039515522521ff55a502 commit: 75a4feb7428f5326bbfcf4d5a4693390a3ac7700 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 24 22:00:23 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 24 22:01:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a4feb7 dev-libs/libmspack: stable 0.6_alpha for ppc, bug #660820 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libmspack/libmspack-0.6_alpha.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild index dbb66269d83..d7c6bfb768c 100644 --- a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild +++ b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86" IUSE="debug doc static-libs utils" DEPEND=""