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 53B24138334 for ; Sat, 19 Jan 2019 20:09:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F84E0AEF; Sat, 19 Jan 2019 20:09:05 +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 6436BE0AEF for ; Sat, 19 Jan 2019 20:09:05 +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 34CEC335D2B for ; Sat, 19 Jan 2019 20:09:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE9451D for ; Sat, 19 Jan 2019 20:09:00 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547928485.8543a8352d2a0f863e63cbd6e99955d5b4b2212c.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8543a8352d2a0f863e63cbd6e99955d5b4b2212c X-VCS-Branch: master Date: Sat, 19 Jan 2019 20:09:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6773ca7d-0bef-4f1d-8068-793fc1a985a7 X-Archives-Hash: db2045f1d8ba70844e3ff672202984cb commit: 8543a8352d2a0f863e63cbd6e99955d5b4b2212c Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 19 19:30:53 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 19 20:08:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8543a835 sys-libs/libutempter: arm64 stable Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> sys-libs/libutempter/libutempter-1.1.6-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild index 5e7ac7cbd6a..c9b09addc17 100644 --- a/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -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 ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs elibc_FreeBSD" RDEPEND="!sys-apps/utempter"