From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B2F513888F for ; Fri, 16 Oct 2015 18:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1473B21C014; Fri, 16 Oct 2015 18:26:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B11B221C014 for ; Fri, 16 Oct 2015 18:26:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 026F334086C for ; Fri, 16 Oct 2015 18:26:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146F710CA for ; Fri, 16 Oct 2015 18:26:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1445019985.64b77b76d8a163e4fd4f453f3877baeb43fc1a05.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/install-xattr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/install-xattr/install-xattr-0.5.ebuild X-VCS-Directories: sys-apps/install-xattr/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 64b77b76d8a163e4fd4f453f3877baeb43fc1a05 X-VCS-Branch: master Date: Fri, 16 Oct 2015 18:26:34 +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: 2b5d400a-2faa-4cc0-8553-a849ac162a1a X-Archives-Hash: e249dd424fd3d60cb6243f8a99b549d1 commit: 64b77b76d8a163e4fd4f453f3877baeb43fc1a05 Author: Mike Frysinger gentoo org> AuthorDate: Fri Oct 16 18:24:10 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Oct 16 18:26:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b77b76 sys-apps/install-xattr: mark 0.5 arm64/m68k/s390/sh stable sys-apps/install-xattr/install-xattr-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/install-xattr/install-xattr-0.5.ebuild b/sys-apps/install-xattr/install-xattr-0.5.ebuild index 6d24a07..3cb7082 100644 --- a/sys-apps/install-xattr/install-xattr-0.5.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" S=${WORKDIR}/${PN} fi