diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-02 21:40:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-02 21:40:45 +0000 |
commit | 814e7268779f35ad110193a04279491e2d3dd472 (patch) | |
tree | dd71e24f5e59c313490e4f24787ac25399892744 /sys-auth/realtime-base | |
parent | Drop "die" from enew{user,group} since these have always taken care of callin... (diff) | |
download | gentoo-2-814e7268779f35ad110193a04279491e2d3dd472.tar.gz gentoo-2-814e7268779f35ad110193a04279491e2d3dd472.tar.bz2 gentoo-2-814e7268779f35ad110193a04279491e2d3dd472.zip |
Drop "die" from enew{user,group} since these have always taken care of calling it when necessary.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/realtime-base')
-rw-r--r-- | sys-auth/realtime-base/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/realtime-base/realtime-base-0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/realtime-base/ChangeLog b/sys-auth/realtime-base/ChangeLog index 9a9f648dd3f5..d048fcc1f317 100644 --- a/sys-auth/realtime-base/ChangeLog +++ b/sys-auth/realtime-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/realtime-base # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/realtime-base/ChangeLog,v 1.6 2011/10/23 15:20:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/realtime-base/ChangeLog,v 1.7 2011/11/02 21:40:45 vapier Exp $ + + 02 Nov 2011; Mike Frysinger <vapier@gentoo.org> realtime-base-0.1.ebuild: + Drop "die" from enew{user,group} since these have always taken care of + calling it when necessary. 23 Oct 2011; Raúl Porcel <armin76@gentoo.org> realtime-base-0.1.ebuild: Add ~alpha/~ia64/~sh/~sparc wrt #370859 diff --git a/sys-auth/realtime-base/realtime-base-0.1.ebuild b/sys-auth/realtime-base/realtime-base-0.1.ebuild index 3b61fe25ee37..af73aff706be 100644 --- a/sys-auth/realtime-base/realtime-base-0.1.ebuild +++ b/sys-auth/realtime-base/realtime-base-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/realtime-base/realtime-base-0.1.ebuild,v 1.6 2011/10/23 15:20:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/realtime-base/realtime-base-0.1.ebuild,v 1.7 2011/11/02 21:40:45 vapier Exp $ EAPI=3 @@ -24,7 +24,7 @@ rtgroup=realtime S=${WORKDIR} pkg_setup() { - enewgroup ${rtgroup} || die + enewgroup ${rtgroup} } print_limitsdfile() { |