commit: 991e1515927707c7acc24739ef1b3f5ed32e6f50
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 19:37:07 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 19:37:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991e1515
dev-ruby/facter: fixing the separation of the leatherman dep
Package-Manager: portage-2.2.26
dev-ruby/facter/facter-3.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/facter/facter-3.1.5.ebuild
b/dev-ruby/facter/facter-3.1.5.ebuild
index 53f9a14..b3123ca 100644
--- a/dev-ruby/facter/facter-3.1.5.ebuild
+++ b/dev-ruby/facter/facter-3.1.5.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
CDEPEND="
>=sys-devel/gcc-4.8:*
>=dev-libs/boost-1.54[nls]
+ >=dev-libs/leatherman-0.4.2
>=dev-cpp/yaml-cpp-0.5.1
dev-libs/openssl:*
sys-apps/util-linux
@@ -31,7 +32,6 @@ RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"
src_prepare() {
- sed -i 's/\-Werror\ //g' "vendor/leatherman/cmake/cflags.cmake" || die
# Remove the code that installs facter.rb to the wrong directory.
sed -i 's/if(RUBY_VENDORDIR)/if(False)/g' lib/CMakeLists.txt || die
sed -i '/RUBY_VENDORDIR/d' lib/CMakeLists.txt || die