commit:     e5114f9bc7a2c9fe199013569502e81e4818f33c
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue May 24 06:45:21 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue May 24 06:45:21 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e5114f9b

dev-ruby/tiny_tds: fix dependency and build verbose

Depend on a new enough version of freetds as per one of the
bugs on the tiny_tds issue list.

Make the build verbose.

Package-Manager: portage-2.2.28

 dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild 
b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
index 678d8af..b9e5255 100644
--- a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
+++ b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
@@ -25,8 +25,8 @@ SLOT="1"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND+="dev-db/freetds"
-DEPEND+="dev-db/freetds"
+RDEPEND+=">=dev-db/freetds-0.95"
+DEPEND+=">=dev-db/freetds-0.95"
 
 ruby_add_bdepend "dev-ruby/mini_portile2"
 
@@ -39,6 +39,6 @@ each_ruby_configure() {
 }
 
 each_ruby_compile() {
-       emake -Cext/tiny_tds
+       emake V=1 -Cext/tiny_tds
        cp ext/tiny_tds/tiny_tds.so lib/tiny_tds/ || die
 }

Reply via email to