diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-02-18 17:57:58 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-02-18 17:57:58 +0000 |
commit | 4d9d8282d3363b5f9c90536e9622affd8764d42f (patch) | |
tree | 8f0b7d3822b03e032938703883c4ab9b72878131 /sys-process/at/at-3.1.13-r1.ebuild | |
parent | Add live ebuild, thanks Devan Franchini (diff) | |
download | historical-4d9d8282d3363b5f9c90536e9622affd8764d42f.tar.gz historical-4d9d8282d3363b5f9c90536e9622affd8764d42f.tar.bz2 historical-4d9d8282d3363b5f9c90536e9622affd8764d42f.zip |
Adding selinux-at dependency if USE=selinux
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64
Manifest-Sign-Key: 0xCDBA2FDB
Diffstat (limited to 'sys-process/at/at-3.1.13-r1.ebuild')
-rw-r--r-- | sys-process/at/at-3.1.13-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys-process/at/at-3.1.13-r1.ebuild b/sys-process/at/at-3.1.13-r1.ebuild index 6954d0c11f91..10960ee0e256 100644 --- a/sys-process/at/at-3.1.13-r1.ebuild +++ b/sys-process/at/at-3.1.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.13-r1.ebuild,v 1.11 2012/07/07 12:31:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/at/at-3.1.13-r1.ebuild,v 1.12 2013/02/18 17:57:48 swift Exp $ EAPI=4 @@ -13,15 +13,17 @@ SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="pam" +IUSE="pam selinux" DEPEND="virtual/mta >=sys-devel/autoconf-2.64 sys-devel/bison >=sys-devel/flex-2.5.4a - pam? ( virtual/pam )" + pam? ( virtual/pam ) + selinux? ( sec-policy/selinux-at )" RDEPEND="virtual/mta - virtual/logger" + virtual/logger + selinux? ( sec-policy/selinux-at )" pkg_setup() { enewgroup at 25 |