Skip to content

Commit

Permalink
media-libs/opusfile: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 18c9c36 commit 23ec555
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions media-libs/opusfile/opusfile-0.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
IUSE="doc fixed-point +float +http libressl static-libs"
IUSE="doc fixed-point +float +http static-libs"

RDEPEND="media-libs/libogg
media-libs/opus
http? (
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
dev-libs/openssl:0=
)"

DEPEND="${RDEPEND}
Expand Down

0 comments on commit 23ec555

Please sign in to comment.