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 9FB82138BEF for ; Fri, 16 Oct 2015 18:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B13E321C009; Fri, 16 Oct 2015 18:26:38 +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 52E0721C009 for ; Fri, 16 Oct 2015 18:26:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39218340A75 for ; Fri, 16 Oct 2015 18:26:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02FC110B7 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.fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8.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 sys-apps/install-xattr/install-xattr-9999.ebuild X-VCS-Directories: sys-apps/install-xattr/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8 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: 3f90444a-28c9-4047-9a0c-9e4955c3ab38 X-Archives-Hash: 62c4ae32dd24455b0e7c40caf66df2bc commit: fc4a45fee983f6c6fbf81342cfc3a26823c2f1c8 Author: Mike Frysinger gentoo org> AuthorDate: Fri Oct 16 18:23:29 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=fc4a45fe sys-apps/install-xattr: drop pointless empty KEYWORDS This makes ekeyword misbehave and setting it empty is pointless. sys-apps/install-xattr/install-xattr-0.5.ebuild | 1 - sys-apps/install-xattr/install-xattr-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-apps/install-xattr/install-xattr-0.5.ebuild b/sys-apps/install-xattr/install-xattr-0.5.ebuild index 5186798..6d24a07 100644 --- a/sys-apps/install-xattr/install-xattr-0.5.ebuild +++ b/sys-apps/install-xattr/install-xattr-0.5.ebuild @@ -10,7 +10,6 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" - KEYWORDS="alpha arm hppa ia64 sparc" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild index 471cd8d..4273b3e 100644 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild @@ -10,7 +10,6 @@ inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git" - KEYWORDS="" inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"