diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-28 08:04:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-28 08:04:34 +0000 |
commit | 2de22efc91553b323424b305a7e5d24d734a9c3a (patch) | |
tree | 9e1f34b944553e82782e26dfeccfe7c34fda4e41 /net-libs | |
parent | Small sandbox fix, closes 253134. Patch originally from RB. (diff) | |
download | gentoo-2-2de22efc91553b323424b305a7e5d24d734a9c3a.tar.gz gentoo-2-2de22efc91553b323424b305a7e5d24d734a9c3a.tar.bz2 gentoo-2-2de22efc91553b323424b305a7e5d24d734a9c3a.zip |
Check for mail group (#236317)
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/liblockfile/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.08.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog index 1d55359f73bc..3c4bcb7d1bab 100644 --- a/net-libs/liblockfile/ChangeLog +++ b/net-libs/liblockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/liblockfile # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.53 2009/04/28 07:32:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.54 2009/04/28 08:04:34 tove Exp $ + + 28 Apr 2009; Torsten Veller <tove@gentoo.org> liblockfile-1.08.ebuild: + Check for mail group (#236317) *liblockfile-1.08 (28 Apr 2009) diff --git a/net-libs/liblockfile/liblockfile-1.08.ebuild b/net-libs/liblockfile/liblockfile-1.08.ebuild index 1f49b09b99ed..a858ae3b8c96 100644 --- a/net-libs/liblockfile/liblockfile-1.08.ebuild +++ b/net-libs/liblockfile/liblockfile-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.08.ebuild,v 1.1 2009/04/28 07:32:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.08.ebuild,v 1.2 2009/04/28 08:04:34 tove Exp $ EAPI=2 @@ -15,6 +15,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" +pkg_setup() { + enewgroup mail 12 +} + src_prepare() { epatch "${FILESDIR}"/${PV}-stale_lock.patch epatch "${FILESDIR}"/${PN}-1.06-respectflags.patch |