| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/virtual/shadow/shadow-0.ebuild,v 1.5 2012/05/29 08:29:33 grobian Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="Virtual for user account management utilities"
|
| 6 |
HOMEPAGE=""
|
| 7 |
SRC_URI=""
|
| 8 |
|
| 9 |
LICENSE=""
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
# >=shadow-4-1 is required because of bug #367633 (user.eclass needs it).
|
| 15 |
# On Prefix installations we sort of have to hope there is some shadow
|
| 16 |
# available, on UNIX-like (or emulated) systems this usually is the case.
|
| 17 |
DEPEND=""
|
| 18 |
RDEPEND="!prefix? ( || ( >=sys-apps/shadow-4.1 sys-apps/hardened-shadow ) )"
|