summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-05-03 07:10:03 +0000
committerHans de Graaff <graaff@gentoo.org>2014-05-03 07:10:03 +0000
commit7de5e2424b18ededd670d7355f8be6974a9d749b (patch)
tree59c6e078c17cac441dbd02a41e9a056e32617f8b /dev-ruby/http-cookie
parentVersion bump. (diff)
downloadgentoo-2-7de5e2424b18ededd670d7355f8be6974a9d749b.tar.gz
gentoo-2-7de5e2424b18ededd670d7355f8be6974a9d749b.tar.bz2
gentoo-2-7de5e2424b18ededd670d7355f8be6974a9d749b.zip
Add missing dependency on dev-ruby/domain_name.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/http-cookie')
-rw-r--r--dev-ruby/http-cookie/ChangeLog7
-rw-r--r--dev-ruby/http-cookie/http-cookie-1.0.2.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-ruby/http-cookie/ChangeLog b/dev-ruby/http-cookie/ChangeLog
index cd4a8f0a9b28..4a1bacbdf878 100644
--- a/dev-ruby/http-cookie/ChangeLog
+++ b/dev-ruby/http-cookie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/http-cookie
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.1 2013/12/13 09:23:37 mrueg Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/ChangeLog,v 1.2 2014/05/03 07:10:03 graaff Exp $
+
+ 03 May 2014; Hans de Graaff <graaff@gentoo.org> http-cookie-1.0.2.ebuild:
+ Add missing dependency on dev-ruby/domain_name.
*http-cookie-1.0.2 (13 Dec 2013)
diff --git a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild
index b7bf2f818411..71d2b00a0c37 100644
--- a/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild
+++ b/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.1 2013/12/13 09:23:37 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-cookie/http-cookie-1.0.2.ebuild,v 1.2 2014/05/03 07:10:03 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -17,6 +17,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"
+
all_ruby_prepare() {
sed -i -e "/simplecov/d" Rakefile || die
}