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 EA3D6139694 for ; Thu, 23 Feb 2017 11:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EB9F21C120; Thu, 23 Feb 2017 11:47:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C4D221C120 for ; Thu, 23 Feb 2017 11:47:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43C25341641 for ; Thu, 23 Feb 2017 11:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B1CD51C5 for ; Thu, 23 Feb 2017 11:47:56 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1487850474.426ec70cca8bd2d26a9a560cbe26a1d7456f8252.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbsd/libbsd-0.8.3.ebuild X-VCS-Directories: dev-libs/libbsd/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 426ec70cca8bd2d26a9a560cbe26a1d7456f8252 X-VCS-Branch: master Date: Thu, 23 Feb 2017 11:47:56 +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: 609b2895-47c2-4fff-b048-1e622cc38085 X-Archives-Hash: 2527aceb42969723762b103d151a0b58 commit: 426ec70cca8bd2d26a9a560cbe26a1d7456f8252 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Feb 23 11:47:37 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Feb 23 11:47:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426ec70c dev-libs/libbsd: Stable for HPPA PPC64 (bug #609978). Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches dev-libs/libbsd/libbsd-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbsd/libbsd-0.8.3.ebuild b/dev-libs/libbsd/libbsd-0.8.3.ebuild index 02fe25f0b2..0b97f819d5 100644 --- a/dev-libs/libbsd/libbsd-0.8.3.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="BSD BSD-2 BSD-4 ISC" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND=">=sys-kernel/linux-headers-3.17"