diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-14 13:53:39 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-14 13:53:39 +0000 |
commit | 1951582f9565b28759a217ffd9f6cb699c5e1cb9 (patch) | |
tree | 6fecada861145f1b2242cb3e8d6fe99c776440ae /dev-vcs/hub | |
parent | Remove ruby18 from USE_RUBY. (diff) | |
download | gentoo-2-1951582f9565b28759a217ffd9f6cb699c5e1cb9.tar.gz gentoo-2-1951582f9565b28759a217ffd9f6cb699c5e1cb9.tar.bz2 gentoo-2-1951582f9565b28759a217ffd9f6cb699c5e1cb9.zip |
Remove ruby18 from USE_RUBY.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-vcs/hub')
-rw-r--r-- | dev-vcs/hub/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/hub/hub-1.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/hub/hub-1.12.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/hub/ChangeLog b/dev-vcs/hub/ChangeLog index 8da7007ddaae..6dd181f536b4 100644 --- a/dev-vcs/hub/ChangeLog +++ b/dev-vcs/hub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/hub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.11 2014/08/13 18:01:41 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.12 2014/08/14 13:53:39 mrueg Exp $ + + 14 Aug 2014; Manuel Rüger <mrueg@gentoo.org> hub-1.12.1.ebuild, + hub-1.12.2.ebuild: + Remove ruby18 from USE_RUBY. *hub-1.12.2 (13 Aug 2014) diff --git a/dev-vcs/hub/hub-1.12.1.ebuild b/dev-vcs/hub/hub-1.12.1.ebuild index e34beeab7373..fd19f482809b 100644 --- a/dev-vcs/hub/hub-1.12.1.ebuild +++ b/dev-vcs/hub/hub-1.12.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.12.1.ebuild,v 1.1 2014/05/29 16:01:54 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.12.1.ebuild,v 1.2 2014/08/14 13:53:39 mrueg Exp $ EAPI="5" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC= RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-vcs/hub/hub-1.12.2.ebuild b/dev-vcs/hub/hub-1.12.2.ebuild index 8cc59abd4b80..528b730795fe 100644 --- a/dev-vcs/hub/hub-1.12.2.ebuild +++ b/dev-vcs/hub/hub-1.12.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.12.2.ebuild,v 1.1 2014/08/13 18:01:41 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-1.12.2.ebuild,v 1.2 2014/08/14 13:53:39 mrueg Exp $ EAPI="5" -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_DOC= RUBY_FAKEGEM_EXTRADOC="README.md" |