diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:41:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:50:04 +0100 |
commit | c34b43716bd52f448c44ad5fea79d8a528d89a61 (patch) | |
tree | afcaac1e6b07aafbcf83c65f9896561408df4051 /net-misc/icecast | |
parent | net-firewall/psad: add missing selinux policy dep (diff) | |
download | gentoo-c34b43716bd52f448c44ad5fea79d8a528d89a61.tar.gz gentoo-c34b43716bd52f448c44ad5fea79d8a528d89a61.tar.bz2 gentoo-c34b43716bd52f448c44ad5fea79d8a528d89a61.zip |
net-misc/icecast: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/icecast-2.4.4-r1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/icecast-2.4.4-r1.ebuild b/net-misc/icecast/icecast-2.4.4-r1.ebuild index 3e9a5650a56b..46d51ac3475b 100644 --- a/net-misc/icecast/icecast-2.4.4-r1.ebuild +++ b/net-misc/icecast/icecast-2.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="kate +speex +ssl +theora +yp" +IUSE="kate +speex selinux +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're #only useful for specifying paths, not for disabling. @@ -31,7 +31,10 @@ DEPEND=" theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-icecast ) +" PATCHES=( # bug #368539 |