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 B565F1382C5 for ; Sat, 28 Apr 2018 10:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E8EE09F9; Sat, 28 Apr 2018 10:45:40 +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 BF084E09F9 for ; Sat, 28 Apr 2018 10:45:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6C441335C90 for ; Sat, 28 Apr 2018 10:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9CCF287 for ; Sat, 28 Apr 2018 10:45:36 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1524912329.773bfdf45c2a788964e0ed668c8500135309ad39.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/rvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/rvm/rvm-1.17-r1.ebuild X-VCS-Directories: sys-libs/rvm/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 773bfdf45c2a788964e0ed668c8500135309ad39 X-VCS-Branch: master Date: Sat, 28 Apr 2018 10:45:36 +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: 413a97f7-73dd-4715-af94-3d7afca2bdc9 X-Archives-Hash: 782cf915c5dbcd3af9e838abf931805e commit: 773bfdf45c2a788964e0ed668c8500135309ad39 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 28 10:45:21 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 28 10:45:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773bfdf4 sys-libs/rvm: stable 1.17-r1 for ia64, bug #654100 Bug: https://bugs.gentoo.org/654100 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" sys-libs/rvm/rvm-1.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/rvm/rvm-1.17-r1.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild index a7738ef6db6..5f036225c9a 100644 --- a/sys-libs/rvm/rvm-1.17-r1.ebuild +++ b/sys-libs/rvm/rvm-1.17-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86" IUSE="" RDEPEND=">=sys-libs/lwp-2.5"