diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-02-23 21:52:25 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-02-23 21:52:25 +0000 |
commit | 6c1269048b0dad6ffc20ad5b6a950c6fe5ceb768 (patch) | |
tree | 62c601fa991b2a84a2d20b9b2d86f5da4a3f2052 /net-libs/liblockfile | |
parent | Revbump with EAPI 4 support. (diff) | |
download | gentoo-2-6c1269048b0dad6ffc20ad5b6a950c6fe5ceb768.tar.gz gentoo-2-6c1269048b0dad6ffc20ad5b6a950c6fe5ceb768.tar.bz2 gentoo-2-6c1269048b0dad6ffc20ad5b6a950c6fe5ceb768.zip |
(Gentoo Prefix only) Use id -g instead of id -gn, bug 350763 by Francois Bissey
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.09.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 9aba1ca61a07..61527e083296 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/liblockfile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.64 2012/02/11 10:11:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.65 2012/02/23 21:52:25 darkside Exp $ + + 23 Feb 2012; Jeremy Olexa <darkside@gentoo.org> liblockfile-1.09.ebuild: + (Gentoo Prefix only) Use id -g instead of id -gn, bug 350763 by Francois + Bissey 11 Feb 2012; Fabian Groffen <grobian@gentoo.org> liblockfile-1.09.ebuild: Fix double Prefix that did not occur with 1.08 diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild index 6ef7d908e59d..6ff47452afb4 100644 --- a/net-libs/liblockfile/liblockfile-1.09.ebuild +++ b/net-libs/liblockfile/liblockfile-1.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.5 2012/02/23 21:52:25 darkside Exp $ EAPI=4 @@ -36,7 +36,7 @@ src_configure() { # we never want to use LDCONFIG export LDCONFIG=${EPREFIX}/bin/true # in unprivileged installs this is "mail" - grp=$(id -gn) + grp=$(id -g) fi econf --with-mailgroup=${grp} --enable-shared } |