diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-06 13:47:24 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-06 13:47:24 +0000 |
commit | a6e3ac47d13b98165ce8d6050a86f9e7177666c1 (patch) | |
tree | 103970f3bfc1d0b92c86ccb379ea5bb31a2130f6 /net-analyzer | |
parent | Move pkgconfig to DEPEND wrt #217278. other minor issues, quoting, stop inher... (diff) | |
download | gentoo-2-a6e3ac47d13b98165ce8d6050a86f9e7177666c1.tar.gz gentoo-2-a6e3ac47d13b98165ce8d6050a86f9e7177666c1.tar.bz2 gentoo-2-a6e3ac47d13b98165ce8d6050a86f9e7177666c1.zip |
Move pkgconfig to DEPEND wrt #217278.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mtr/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/mtr/mtr-0.72.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/mtr/ChangeLog b/net-analyzer/mtr/ChangeLog index d78196fc12d2..8e3cab4e3ef1 100644 --- a/net-analyzer/mtr/ChangeLog +++ b/net-analyzer/mtr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/mtr -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.70 2007/09/06 17:30:56 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.71 2008/05/06 13:47:24 drac Exp $ + + 06 May 2008; Samuli Suominen <drac@gentoo.org> mtr-0.72.ebuild: + Move pkgconfig to DEPEND wrt #217278. 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -mtr-0.69.ebuild, -mtr-0.69-r1.ebuild, -mtr-0.71.ebuild: diff --git a/net-analyzer/mtr/mtr-0.72.ebuild b/net-analyzer/mtr/mtr-0.72.ebuild index 8d65bc8f0d0b..00994bc31e40 100644 --- a/net-analyzer/mtr/mtr-0.72.ebuild +++ b/net-analyzer/mtr/mtr-0.72.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.72.ebuild,v 1.11 2007/07/20 09:15:42 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.72.ebuild,v 1.12 2008/05/06 13:47:24 drac Exp $ inherit flag-o-matic @@ -13,9 +13,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86" IUSE="gtk ipv6" -DEPEND="dev-util/pkgconfig - sys-libs/ncurses +RDEPEND="sys-libs/ncurses gtk? ( >=x11-libs/gtk+-2 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_compile() { local myconf |