diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-07-12 18:27:27 +0000 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2013-07-12 18:27:27 +0000 |
commit | cea339aa750692a86f04c260d5fe5ffe467d86f3 (patch) | |
tree | 699f9ad5a940032e07086dde8932ad3006e3fd85 /net-analyzer/mtr | |
parent | No e-mail reply from contact. Removing. (diff) | |
download | gentoo-2-cea339aa750692a86f04c260d5fe5ffe467d86f3.tar.gz gentoo-2-cea339aa750692a86f04c260d5fe5ffe467d86f3.tar.bz2 gentoo-2-cea339aa750692a86f04c260d5fe5ffe467d86f3.zip |
Clean up upstream's .o files that cause build issues.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'net-analyzer/mtr')
-rw-r--r-- | net-analyzer/mtr/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.85.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index 93121fec6c9c..45a7411961f3 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/mtr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.137 2013/07/11 23:27:33 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.138 2013/07/12 18:27:27 zx2c4 Exp $ + + 12 Jul 2013; Jason A. Donenfeld <zx2c4@gentoo.org> mtr-0.85.ebuild: + Clean up upstream's .o files that cause build issues. 11 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> mtr-0.85.ebuild: Remove workaround for glib dependency and make it optional, wrt bug #456788 diff --git a/net-analyzer/mtr/mtr-0.85.ebuild b/net-analyzer/mtr/mtr-0.85.ebuild index 3f0b4be4b189..0099459f520c 100644 --- a/net-analyzer/mtr/mtr-0.85.ebuild +++ b/net-analyzer/mtr/mtr-0.85.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.5 2013/07/11 23:27:33 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.6 2013/07/12 18:27:27 zx2c4 Exp $ EAPI=5 inherit eutils autotools flag-o-matic @@ -45,6 +45,12 @@ src_configure() { $(use_with gtk glib) \ $(use_with gtk) \ $(use_enable ipv6) + + # It's a bit absurd to have to do this, but the package isn't + # actually "configured" and ready to be compiled until this is + # done because upstream packaged .o files with the tarball. + # Remember to take this out on future versions. + emake clean } src_install() { |