summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-04-19 15:35:46 +0000
committerThomas Sachau <tommy@gentoo.org>2013-04-19 15:35:46 +0000
commit5612e62e6abea6c1385f328718932dc3eb09bcbd (patch)
tree96854be38124deb2f31dac017fde21a7e32d4915 /dev-vcs/subversion
parentUnmask USE="kmod" for Linux only. (diff)
downloadgentoo-2-5612e62e6abea6c1385f328718932dc3eb09bcbd.tar.gz
gentoo-2-5612e62e6abea6c1385f328718932dc3eb09bcbd.tar.bz2
gentoo-2-5612e62e6abea6c1385f328718932dc3eb09bcbd.zip
Force RUBY_TARGETS=ruby18 for dev-ruby/rubygems with USE=ruby
(Portage version: 2.2.0_alpha173-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-vcs/subversion')
-rw-r--r--dev-vcs/subversion/ChangeLog6
-rw-r--r--dev-vcs/subversion/subversion-1.7.9.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog
index 38dffe70a66a..9bc1413d6683 100644
--- a/dev-vcs/subversion/ChangeLog
+++ b/dev-vcs/subversion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/subversion
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.102 2013/04/08 22:41:26 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.103 2013/04/19 15:35:46 tommy Exp $
+
+ 19 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ subversion-1.7.9.ebuild:
+ Force RUBY_TARGETS=ruby18 for dev-ruby/rubygems with USE=ruby
*subversion-1.7.9 (08 Apr 2013)
diff --git a/dev-vcs/subversion/subversion-1.7.9.ebuild b/dev-vcs/subversion/subversion-1.7.9.ebuild
index c3e69bcd4f50..205ff326c8f2 100644
--- a/dev-vcs/subversion/subversion-1.7.9.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.9.ebuild,v 1.1 2013/04/08 22:41:26 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.9.ebuild,v 1.2 2013/04/19 15:35:46 tommy Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -31,7 +31,8 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4
kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 )
perl? ( dev-lang/perl )
python? ( ${PYTHON_DEPS} )
- ruby? ( >=dev-lang/ruby-1.8.2:1.8 )
+ ruby? ( >=dev-lang/ruby-1.8.2:1.8
+ dev-ruby/rubygems[ruby_targets_ruby18] )
sasl? ( dev-libs/cyrus-sasl )
webdav-neon? ( >=net-libs/neon-0.28 )
webdav-serf? ( >=net-libs/serf-0.3.0 )"