diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-24 15:15:31 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2010-03-24 15:15:31 +0000 |
commit | 835834a1dc36a1795efafe20b5cc906c3d35442e (patch) | |
tree | 0506da0541636638aecd2f7e59405281c79437cb /sys-process | |
parent | add missing nvidia.icd to fix bug #310277 (diff) | |
download | gentoo-2-835834a1dc36a1795efafe20b5cc906c3d35442e.tar.gz gentoo-2-835834a1dc36a1795efafe20b5cc906c3d35442e.tar.bz2 gentoo-2-835834a1dc36a1795efafe20b5cc906c3d35442e.zip |
Fix dep while building a stage1.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fuser-bsd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-process/fuser-bsd/ChangeLog b/sys-process/fuser-bsd/ChangeLog index 0b3c42fbc42f..b17edb8b3745 100644 --- a/sys-process/fuser-bsd/ChangeLog +++ b/sys-process/fuser-bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/fuser-bsd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.6 2010/03/13 12:30:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.7 2010/03/24 15:15:31 the_paya Exp $ + + 24 Mar 2010; Javier Villavicencio <the_paya@gentoo.org> + fuser-bsd-1142334561.ebuild: + Fix dep while building a stage1. 13 Mar 2010; Alexis Ballier <aballier@gentoo.org> fuser-bsd-1142334561.ebuild: diff --git a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild index 9cfc1f161d54..7f5338931d35 100644 --- a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild +++ b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.7 2010/03/13 12:30:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.8 2010/03/24 15:15:31 the_paya Exp $ EAPI=2 @@ -20,7 +20,9 @@ KEYWORDS="~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="sys-freebsd/freebsd-mk-defs" -RDEPEND="!sys-process/psmisc" +# virtual/libc needed here for has_version to work. +RDEPEND="virtual/libc + !sys-process/psmisc" S="${WORKDIR}/${PN/-bsd/}" |