summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-13 16:38:40 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-13 16:38:40 +0000
commitd79936283aacd50a322f12d6dc1afb200b8cad00 (patch)
tree33cb3ed23a423a885ea11f36235ed148310d1b72 /dev-ruby/classifier-reborn
parentMake depends look nicer. (diff)
downloadgentoo-2-d79936283aacd50a322f12d6dc1afb200b8cad00.tar.gz
gentoo-2-d79936283aacd50a322f12d6dc1afb200b8cad00.tar.bz2
gentoo-2-d79936283aacd50a322f12d6dc1afb200b8cad00.zip
Add hardblocker on dev-ruby/classifier.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/classifier-reborn')
-rw-r--r--dev-ruby/classifier-reborn/ChangeLog5
-rw-r--r--dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/classifier-reborn/ChangeLog b/dev-ruby/classifier-reborn/ChangeLog
index d88fef85f3d6..baf2a7c310fe 100644
--- a/dev-ruby/classifier-reborn/ChangeLog
+++ b/dev-ruby/classifier-reborn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/classifier-reborn
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v 1.1 2014/08/13 15:36:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/ChangeLog,v 1.2 2014/08/13 16:38:40 mrueg Exp $
+
+ 13 Aug 2014; Manuel Rüger <mrueg@gentoo.org> classifier-reborn-2.0.0.ebuild:
+ Add hardblocker on dev-ruby/classifier.
*classifier-reborn-2.0.0 (13 Aug 2014)
diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild
index bf83c8f83b2c..1af12097d295 100644
--- a/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild
+++ b/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild,v 1.1 2014/08/13 15:36:11 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/classifier-reborn/classifier-reborn-2.0.0.ebuild,v 1.2 2014/08/13 16:38:40 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -19,8 +19,9 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="gsl"
-ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0"
-ruby_add_rdepend "gsl? ( dev-ruby/rb-gsl )"
+ruby_add_rdepend ">=dev-ruby/fast-stemmer-1.0.0
+ !!dev-ruby/classifier
+ gsl? ( dev-ruby/rb-gsl )"
all_ruby_prepare() {
sed -i -e "/[Bb]undler/d" Rakefile || die