diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-20 11:22:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-20 11:22:44 +0000 |
commit | 8f4c0f85ba07097e7c06e6fd3b6b9786eaf21123 (patch) | |
tree | f43b481343350bca7bfcabf3b7cd6a821e4540c7 /dev-ruby/rest-client | |
parent | Stable for amd64, wrt bug #540254 (diff) | |
download | gentoo-2-8f4c0f85ba07097e7c06e6fd3b6b9786eaf21123.tar.gz gentoo-2-8f4c0f85ba07097e7c06e6fd3b6b9786eaf21123.tar.bz2 gentoo-2-8f4c0f85ba07097e7c06e6fd3b6b9786eaf21123.zip |
Stable for amd64, wrt bug #540254
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby/rest-client')
-rw-r--r-- | dev-ruby/rest-client/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rest-client/rest-client-1.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rest-client/ChangeLog b/dev-ruby/rest-client/ChangeLog index a1dc24da3962..ae6f7ec70d57 100644 --- a/dev-ruby/rest-client/ChangeLog +++ b/dev-ruby/rest-client/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rest-client # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.26 2015/02/20 06:45:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.27 2015/02/20 11:22:44 ago Exp $ + + 20 Feb 2015; Agostino Sarubbo <ago@gentoo.org> rest-client-1.7.3.ebuild: + Stable for amd64, wrt bug #540254 *rest-client-1.7.3-r1 (20 Feb 2015) diff --git a/dev-ruby/rest-client/rest-client-1.7.3.ebuild b/dev-ruby/rest-client/rest-client-1.7.3.ebuild index d9b979f6381c..a544f75cb238 100644 --- a/dev-ruby/rest-client/rest-client-1.7.3.ebuild +++ b/dev-ruby/rest-client/rest-client-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild,v 1.2 2015/02/20 06:45:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/rest-client-1.7.3.ebuild,v 1.3 2015/02/20 11:22:44 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" @@ -16,7 +16,7 @@ HOMEPAGE="http://github.com/archiloque/rest-client" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/webmock )" |