summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-08-23 11:47:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-08-23 11:47:04 -0400
commit4e6104b1eb5c478b1d17e28254109313aaef5765 (patch)
tree4da66bca2d85eda76fac0fbb82af5274ebe63421 /net-misc/icecast
parentnet-ftp/vsftpd: bump to EAPI=6 and add libressl support (diff)
downloadgentoo-4e6104b1eb5c478b1d17e28254109313aaef5765.tar.gz
gentoo-4e6104b1eb5c478b1d17e28254109313aaef5765.tar.bz2
gentoo-4e6104b1eb5c478b1d17e28254109313aaef5765.zip
net-misc/icecast: shorten description for repoman, add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc/icecast')
-rw-r--r--net-misc/icecast/icecast-2.4.3.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/icecast-2.4.3.ebuild b/net-misc/icecast/icecast-2.4.3.ebuild
index e14dda3eb908..c06dccf0911b 100644
--- a/net-misc/icecast/icecast-2.4.3.ebuild
+++ b/net-misc/icecast/icecast-2.4.3.ebuild
@@ -5,14 +5,14 @@
EAPI=6
inherit autotools systemd user
-DESCRIPTION="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming"
+DESCRIPTION="Opensource alternative to shoutcast that supports mp3, ogg and aac streaming"
HOMEPAGE="http://www.icecast.org/"
SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="kate logrotate +speex +ssl +theora +yp"
+IUSE="kate libressl logrotate +speex +ssl +theora +yp"
#Although there is a --with-ogg and --with-orbis configure option, they're
#only useful for specifying paths, not for disabling.
@@ -25,7 +25,10 @@ DEPEND="dev-libs/libxslt
speex? ( media-libs/speex )
theora? ( media-libs/libtheora )
yp? ( net-misc/curl )
- ssl? ( dev-libs/openssl:0= )"
+ ssl? (
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
+ )"
RDEPEND="${DEPEND}"
pkg_setup() {