commit:     14d66b3765602e8cf920281756b1332e75bc8e84
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 06:40:00 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 06:40:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d66b37

dev-ruby/postgres_ext: add ruby22, fix USE=doc

Package-Manager: portage-2.2.28

 dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild 
b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
index b0019e8..47665da 100644
--- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
+++ b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild
@@ -3,7 +3,9 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
 inherit ruby-fakegem versionator
 
@@ -15,6 +17,8 @@ LICENSE="BSD"
 SLOT="$(get_version_component_range 1-2)"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
+
+# Requires live database connection
 RESTRICT=test
 
 ruby_add_rdepend "|| (

Reply via email to