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 8BE78139694 for ; Fri, 28 Apr 2017 21:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD4EEE0E0D; Fri, 28 Apr 2017 21:16:00 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84E97E0DFF for ; Fri, 28 Apr 2017 21:16:00 +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 B33EC341749 for ; Fri, 28 Apr 2017 21:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E3A7446 for ; Fri, 28 Apr 2017 21:15:57 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1493414070.d8e2102482c1dbce13487fa2b7007b2e9e359419.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-num/git-num-2.0.1.ebuild X-VCS-Directories: dev-vcs/git-num/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d8e2102482c1dbce13487fa2b7007b2e9e359419 X-VCS-Branch: master Date: Fri, 28 Apr 2017 21:15:57 +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: 69203590-e192-4561-9558-b3609a59e7ac X-Archives-Hash: acf5861583dfd5efb55f4cdac42feded commit: d8e2102482c1dbce13487fa2b7007b2e9e359419 Author: Manuel Rüger gentoo org> AuthorDate: Fri Apr 28 21:14:30 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Apr 28 21:14:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e21024 dev-vcs/git-num: Remove ruby20 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-vcs/git-num/git-num-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild b/dev-vcs/git-num/git-num-2.0.1.ebuild index 9ed6d42a9ed..925423a9172 100644 --- a/dev-vcs/git-num/git-num-2.0.1.ebuild +++ b/dev-vcs/git-num/git-num-2.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"