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 3D214139694 for ; Thu, 16 Mar 2017 08:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A7221C0A9; Thu, 16 Mar 2017 08:15:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9F2221C0A9 for ; Thu, 16 Mar 2017 08:15:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8B3C634071C for ; Thu, 16 Mar 2017 08:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D9169F9 for ; Thu, 16 Mar 2017 08:15:26 +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: <1489652050.0a7db6080fea30ddeb0808a919d780f45b0c24a8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libutempter/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libutempter/libutempter-1.1.6-r2.ebuild X-VCS-Directories: sys-libs/libutempter/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0a7db6080fea30ddeb0808a919d780f45b0c24a8 X-VCS-Branch: master Date: Thu, 16 Mar 2017 08:15:26 +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: 9527e749-48fd-4987-b53c-c8e48387ad53 X-Archives-Hash: f807296bb82cc82dba0046201ec604fe commit: 0a7db6080fea30ddeb0808a919d780f45b0c24a8 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Mar 16 07:55:30 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Mar 16 08:14:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7db608 sys-libs/libutempter: Stable for HPPA (bug #611056). Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --ignore-arches sys-libs/libutempter/libutempter-1.1.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild index 2c84606ff9d..f64862b3abc 100644 --- a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.altlinux.org/pub/people/ldv/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="static-libs elibc_FreeBSD" RDEPEND="!sys-apps/utempter"