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 | 85639c7fcbdcf3206789b6d113059b62f83f7a19 (patch) | |
tree | 2b9e6a8e103a56ac441d9ac7ac14cd8ba0a3c55e /net-libs/liblockfile/liblockfile-1.08.ebuild | |
parent | Small sandbox fix, closes 253134. Patch originally from RB. (diff) | |
download | historical-85639c7fcbdcf3206789b6d113059b62f83f7a19.tar.gz historical-85639c7fcbdcf3206789b6d113059b62f83f7a19.tar.bz2 historical-85639c7fcbdcf3206789b6d113059b62f83f7a19.zip |
Check for mail group (#236317)
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'net-libs/liblockfile/liblockfile-1.08.ebuild')
-rw-r--r-- | net-libs/liblockfile/liblockfile-1.08.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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 |