diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-07-18 09:44:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-07-18 09:44:04 +0000 |
commit | 6984c218a52888b4d535789ff55c062ad0238c8c (patch) | |
tree | 0a8b875df7252b5c3b32cb5c2c3f8e96741461eb /sys-process/pidof-bsd | |
parent | depend on fbsd-mk-defs to avoid failures when building stages (diff) | |
download | gentoo-2-6984c218a52888b4d535789ff55c062ad0238c8c.tar.gz gentoo-2-6984c218a52888b4d535789ff55c062ad0238c8c.tar.bz2 gentoo-2-6984c218a52888b4d535789ff55c062ad0238c8c.zip |
depend on fbsd-mk-defs to avoid failures when building stages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/pidof-bsd')
-rw-r--r-- | sys-process/pidof-bsd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-process/pidof-bsd/ChangeLog b/sys-process/pidof-bsd/ChangeLog index ce464c089405..bc8cc4d25016 100644 --- a/sys-process/pidof-bsd/ChangeLog +++ b/sys-process/pidof-bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/pidof-bsd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.5 2008/11/17 23:03:44 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.6 2009/07/18 09:44:04 aballier Exp $ + + 18 Jul 2009; Alexis Ballier <aballier@gentoo.org> + pidof-bsd-20050501-r3.ebuild: + depend on fbsd-mk-defs to avoid failures when building stages 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/pidof-bsd-20050501-pname.patch: diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild b/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild index 1c31d998b4f6..91e4195cc8cc 100644 --- a/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild +++ b/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.3 2007/07/14 23:02:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.4 2009/07/18 09:44:04 aballier Exp $ inherit base bsdmk @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~sparc-fbsd ~x86-fbsd" IUSE="" -DEPEND="" +DEPEND="sys-freebsd/freebsd-mk-defs" RDEPEND="!sys-process/psmisc" S="${WORKDIR}/pidof" |