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 7FBFC138330 for ; Wed, 3 Jan 2018 20:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD14FE0831; Wed, 3 Jan 2018 20:56:57 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E4CE0831 for ; Wed, 3 Jan 2018 20:56:57 +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 B8B21335C31 for ; Wed, 3 Jan 2018 20:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45A7C126 for ; Wed, 3 Jan 2018 20:56:55 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1515012879.1851ab80ebdfb73ace90717326ca20849ce9ba19.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/makeself/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/makeself/makeself-2.2.0-r2.ebuild X-VCS-Directories: app-arch/makeself/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1851ab80ebdfb73ace90717326ca20849ce9ba19 X-VCS-Branch: master Date: Wed, 3 Jan 2018 20:56:55 +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: f266f664-b469-467c-b0e5-c317e3ccb2db X-Archives-Hash: f8415ce2f84e659f2c68457001d97f6e commit: 1851ab80ebdfb73ace90717326ca20849ce9ba19 Author: Patrice Clement gentoo org> AuthorDate: Wed Jan 3 20:53:35 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jan 3 20:54:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1851ab80 app-arch/makeself: stable for the remaining arches using the ALLARCHES policy. Closes: https://bugs.gentoo.org/642608 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-arch/makeself/makeself-2.2.0-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild index 46e3361cfd1..798ab5b911e 100644 --- a/app-arch/makeself/makeself-2.2.0-r2.ebuild +++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" +KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux" RDEPEND="sys-apps/gentoo-functions"