diff options
author | 2010-10-08 00:06:41 +0000 | |
---|---|---|
committer | 2010-10-08 00:06:41 +0000 | |
commit | 5cb7abe57eadfc4eb20e20ce473534dc07fabeb1 (patch) | |
tree | db802b440df0132996b4f3da12942e96a383d6ad /app-admin/mon/mon-0.99.2-r2.ebuild | |
parent | Stop PDEPEND abuse and clean up in general. (diff) | |
download | gentoo-2-5cb7abe57eadfc4eb20e20ce473534dc07fabeb1.tar.gz gentoo-2-5cb7abe57eadfc4eb20e20ce473534dc07fabeb1.tar.bz2 gentoo-2-5cb7abe57eadfc4eb20e20ce473534dc07fabeb1.zip |
QA fixes: respect LDFLAGS (#339584), use emake instead of make, assign RDEPEND. Remove old.
(Portage version: 2.2_rc78/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/mon/mon-0.99.2-r2.ebuild')
-rw-r--r-- | app-admin/mon/mon-0.99.2-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/mon/mon-0.99.2-r2.ebuild b/app-admin/mon/mon-0.99.2-r2.ebuild index 55dbbdc82363..976be540b3cd 100644 --- a/app-admin/mon/mon-0.99.2-r2.ebuild +++ b/app-admin/mon/mon-0.99.2-r2.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/app-admin/mon/mon-0.99.2-r2.ebuild,v 1.4 2009/10/11 23:36:13 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.99.2-r2.ebuild,v 1.5 2010/10/08 00:06:41 cla Exp $ inherit toolchain-funcs @@ -17,6 +17,8 @@ DEPEND=">=dev-perl/Mon-0.9 >=virtual/perl-Time-HiRes-1.20 >=dev-perl/Period-1.20-r2" +RDEPEND="${DEPEND}" + src_compile() { cd "${S}"/mon.d make CC="$(tc-getCC) $CFLAGS" || die |