diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-09-12 21:04:43 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-09-12 21:04:43 +0000 |
commit | 8bff4685c444971527ee11db378dc69acab880d0 (patch) | |
tree | 55f70e8f231a08b87759911332ef18886adda97e /sys-process | |
parent | update digest as upstream changed #147253 (diff) | |
download | gentoo-2-8bff4685c444971527ee11db378dc69acab880d0.tar.gz gentoo-2-8bff4685c444971527ee11db378dc69acab880d0.tar.bz2 gentoo-2-8bff4685c444971527ee11db378dc69acab880d0.zip |
Pull the return value patch as it goes againsta POSIX standard.
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fuser-bsd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild | 9 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-process/fuser-bsd/ChangeLog b/sys-process/fuser-bsd/ChangeLog index fc2a4f94b73f..5218f42cf53d 100644 --- a/sys-process/fuser-bsd/ChangeLog +++ b/sys-process/fuser-bsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/fuser-bsd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.2 2006/09/10 19:15:17 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/ChangeLog,v 1.3 2006/09/12 21:04:43 uberlord Exp $ + + 12 Sep 2006; Roy Marples <uberlord@gentoo.org> -files/fuser-return.patch, + fuser-bsd-1142334561.ebuild: + Pull the return value patch as it goes againsta POSIX standard. + Just as easy to check stdout, which is what we shall do! 10 Sep 2006; Roy Marples <uberlord@gentoo.org> +files/fuser-return.patch, 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 784042fad8e8..38c7e1c99682 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-2006 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.2 2006/09/10 19:15:17 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild,v 1.3 2006/09/12 21:04:43 uberlord Exp $ inherit base bsdmk eutils @@ -20,13 +20,6 @@ RDEPEND="!sys-process/psmisc" S="${WORKDIR}/${PN/-bsd/}" -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/fuser-return.patch" -} - src_install() { into / dosbin fuser |