diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-16 13:52:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-16 13:52:19 +0000 |
commit | c9fdef84bc934d5ac79701ad141a5bcc567177fa (patch) | |
tree | 7ae193fb6ed7ac6c590a58362ec8ef540a5f2ab4 /net-analyzer | |
parent | Disable functional tests that require network connection and rely on 3rd part... (diff) | |
download | gentoo-2-c9fdef84bc934d5ac79701ad141a5bcc567177fa.tar.gz gentoo-2-c9fdef84bc934d5ac79701ad141a5bcc567177fa.tar.bz2 gentoo-2-c9fdef84bc934d5ac79701ad141a5bcc567177fa.zip |
Also apply the patch for bug 321749 to the stable version to fix USE=ruby build, as discussed with jer on #gentoo-dev.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/rrdtool/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.3.8.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-analyzer/rrdtool/ChangeLog b/net-analyzer/rrdtool/ChangeLog index d3b5d089b596..451ed9f9bdc8 100644 --- a/net-analyzer/rrdtool/ChangeLog +++ b/net-analyzer/rrdtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/rrdtool # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.205 2010/06/08 11:55:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/ChangeLog,v 1.206 2010/10/16 13:52:19 graaff Exp $ + + 16 Oct 2010; Hans de Graaff <graaff@gentoo.org> rrdtool-1.3.8.ebuild: + Also apply the patch for bug 321749 to the stable version to fix USE=ruby + build, as discussed with jer on #gentoo-dev. 08 Jun 2010; Fabian Groffen <grobian@gentoo.org> rrdtool-1.4.3.ebuild: Avoid installing examples for non-installed features, helps to please diff --git a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild index 2073c0d27be4..1ff58f3b029a 100644 --- a/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.12 2009/12/08 19:45:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.8.ebuild,v 1.13 2010/10/16 13:52:19 graaff Exp $ EAPI="2" @@ -37,6 +37,10 @@ pkg_setup() { use perl && perl-module_pkg_setup } +src_prepare() { + epatch "${FILESDIR}/${PN}-1.4.3-ruby-ldflags.patch" +} + src_configure() { filter-flags -ffast-math |