From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-875642-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1EB5659CAF for <garchives@archives.gentoo.org>; Sun, 10 Apr 2016 00:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB7721C03F; Sun, 10 Apr 2016 00:26:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5612721C03F for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2016 00:26:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EE1C340B25 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2016 00:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF5422B for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2016 00:26:46 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> 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" <mrueg@gentoo.org> Message-ID: <1460247646.d35e8b1afe68b6564ce44eba90cf1df1695ae6cc.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.9.2.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: d35e8b1afe68b6564ce44eba90cf1df1695ae6cc X-VCS-Branch: master Date: Sun, 10 Apr 2016 00:26:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7849cc0-869b-406f-8b5a-52492640f69a X-Archives-Hash: 65dce774cfd29cdddd0a16920c1b7787 commit: d35e8b1afe68b6564ce44eba90cf1df1695ae6cc Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 00:20:46 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 00:20:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35e8b1a dev-vcs/subversion: Remove ruby19 Package-Manager: portage-2.2.28 dev-vcs/subversion/subversion-1.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.9.2.ebuild b/dev-vcs/subversion/subversion-1.9.2.ebuild index 8d01e74..b0e2f96 100644 --- a/dev-vcs/subversion/subversion-1.9.2.ebuild +++ b/dev-vcs/subversion/subversion-1.9.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) -USE_RUBY="ruby22 ruby21 ruby20 ruby19" +USE_RUBY="ruby22 ruby21 ruby20" DISTUTILS_OPTIONAL=1 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no"