diff options
author | 2012-05-24 05:04:28 +0000 | |
---|---|---|
committer | 2012-05-24 05:04:28 +0000 | |
commit | 229bf90001288c0a47c370dfff44600aed3edaf0 (patch) | |
tree | a0935e8c41aeafd9e9cc6813fd3b155c73eb690e /sys-auth/munge/munge-0.5.10-r1.ebuild | |
parent | Inherit user for enewuser/etc... (diff) | |
download | gentoo-2-229bf90001288c0a47c370dfff44600aed3edaf0.tar.gz gentoo-2-229bf90001288c0a47c370dfff44600aed3edaf0.tar.bz2 gentoo-2-229bf90001288c0a47c370dfff44600aed3edaf0.zip |
Inherit user for enewuser/etc... rather than eutils.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/munge/munge-0.5.10-r1.ebuild')
-rw-r--r-- | sys-auth/munge/munge-0.5.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/munge/munge-0.5.10-r1.ebuild b/sys-auth/munge/munge-0.5.10-r1.ebuild index 1cdafdd34935..0cd3960e7317 100644 --- a/sys-auth/munge/munge-0.5.10-r1.ebuild +++ b/sys-auth/munge/munge-0.5.10-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.1 2012/04/18 12:14:01 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/munge/munge-0.5.10-r1.ebuild,v 1.2 2012/05/24 05:04:28 vapier Exp $ EAPI=4 -inherit eutils +inherit user DESCRIPTION="An authentication service for creating and validating credentials" HOMEPAGE="http://code.google.com/p/munge/" |