diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-12 02:31:07 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-07-12 02:31:07 +0000 |
commit | 64177efaadba2466b2cd2e8cb75a812a9881fe0f (patch) | |
tree | 84b1d1f7bd1715caa65a22f27cf005d5f7beceb9 /dev-ruby | |
parent | Fix Manifest (diff) | |
download | gentoo-2-64177efaadba2466b2cd2e8cb75a812a9881fe0f.tar.gz gentoo-2-64177efaadba2466b2cd2e8cb75a812a9881fe0f.tar.bz2 gentoo-2-64177efaadba2466b2cd2e8cb75a812a9881fe0f.zip |
removing the CXX overrides
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/facter/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.0.1-r3.ebuild (renamed from dev-ruby/facter/facter-3.0.1-r2.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/facter/ChangeLog b/dev-ruby/facter/ChangeLog index dce5fbcb41d8..2ab5eb120a73 100644 --- a/dev-ruby/facter/ChangeLog +++ b/dev-ruby/facter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/facter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.137 2015/07/11 23:21:40 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.138 2015/07/12 02:31:07 prometheanfire Exp $ + +*facter-3.0.1-r3 (12 Jul 2015) + + 12 Jul 2015; Matthew Thode <prometheanfire@gentoo.org> + +facter-3.0.1-r3.ebuild, -facter-3.0.1-r2.ebuild: + removing the CXX overrides *facter-3.0.1-r2 (11 Jul 2015) diff --git a/dev-ruby/facter/facter-3.0.1-r2.ebuild b/dev-ruby/facter/facter-3.0.1-r3.ebuild index 1e01d83a1c9f..1a9ed96e2d95 100644 --- a/dev-ruby/facter/facter-3.0.1-r2.ebuild +++ b/dev-ruby/facter/facter-3.0.1-r3.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/facter/facter-3.0.1-r2.ebuild,v 1.1 2015/07/11 23:21:40 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r3.ebuild,v 1.1 2015/07/12 02:31:07 prometheanfire Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -21,7 +21,7 @@ CDEPEND=" >=sys-devel/gcc-4.8:* >=dev-libs/boost-1.54 >=dev-cpp/yaml-cpp-0.5.1 - dev-libs/openssl:= + dev-libs/openssl:* sys-apps/util-linux app-emulation/virt-what net-misc/curl" @@ -37,9 +37,6 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DCXXFLAGS="-Wno-error" - -DCXX_FLAGS="-Wno-error" - -DCMAKE_CXX_FLAGS:STRING='-march=native -O2 -pipe -Wno-error ' -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr |