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 BF1E6139694 for ; Sun, 30 Jul 2017 20:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13BD21FC044; Sun, 30 Jul 2017 20:46:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E4BA71FC044 for ; Sun, 30 Jul 2017 20:46:16 +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 EC9BC341860 for ; Sun, 30 Jul 2017 20:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9BA174D9 for ; Sun, 30 Jul 2017 20:46:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1501447504.72967e78fb5de6beaafed1be596f712d3db14dbf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libzip/libzip-1.0.1.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 72967e78fb5de6beaafed1be596f712d3db14dbf X-VCS-Branch: master Date: Sun, 30 Jul 2017 20:46:14 +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: ce23adea-39a4-45d8-89f0-a2fd7bbdb380 X-Archives-Hash: 3b325dbe23fa393a8d3836c601bb6ed6 commit: 72967e78fb5de6beaafed1be596f712d3db14dbf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 30 19:47:03 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 30 20:45:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72967e78 dev-libs/libzip: Dekeyword 1.0.1 all but hppa Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-libs/libzip/libzip-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libzip/libzip-1.0.1.ebuild b/dev-libs/libzip/libzip-1.0.1.ebuild index 849fb60a748..de7c63b9f2e 100644 --- a/dev-libs/libzip/libzip-1.0.1.ebuild +++ b/dev-libs/libzip/libzip-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.nih.at/libzip/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="hppa" IUSE="static-libs" RDEPEND="sys-libs/zlib"