summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-05-26 09:10:12 +0000
committerSven Vermeulen <swift@gentoo.org>2014-05-26 09:10:12 +0000
commit293f00d99ca111875b7bc3cbf1aae764d9aa1a8e (patch)
tree74f187386f44e3a8d7f965399f84353e9ef9dd46 /net-im/bitlbee/bitlbee-3.0.5-r1.ebuild
parentBump (diff)
downloadgentoo-2-293f00d99ca111875b7bc3cbf1aae764d9aa1a8e.tar.gz
gentoo-2-293f00d99ca111875b7bc3cbf1aae764d9aa1a8e.tar.bz2
gentoo-2-293f00d99ca111875b7bc3cbf1aae764d9aa1a8e.zip
Add USE=selinux dependency to sec-policy/selinux-bitlbee
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'net-im/bitlbee/bitlbee-3.0.5-r1.ebuild')
-rw-r--r--net-im/bitlbee/bitlbee-3.0.5-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild b/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild
index 93789ca01eb3..3b68df4f602d 100644
--- a/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild
+++ b/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild,v 1.8 2013/01/08 14:25:21 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/bitlbee/bitlbee-3.0.5-r1.ebuild,v 1.9 2014/05/26 09:10:12 swift Exp $
EAPI="4"
PYTHON_DEPEND="skype? 2:2.5"
@@ -14,7 +14,7 @@ SRC_URI="http://get.bitlbee.org/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple
+IUSE="debug gnutls ipv6 +jabber libevent msn nss +oscar otr +plugins purple selinux
skype ssl test twitter +yahoo xinetd" # ldap - Bug 195758
COMMON_DEPEND="purple? ( net-im/pidgin )
@@ -25,7 +25,8 @@ COMMON_DEPEND="purple? ( net-im/pidgin )
!gnutls? (
nss? ( dev-libs/nss )
!nss? ( ssl? ( dev-libs/openssl ) )
- )"
+ )
+ selinux? ( sec-policy/selinux-bitlbee )"
# ldap? ( net-nds/openldap )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig