Skip to content

Commit

Permalink
Merge pull request #1070 from tobiasjakobi/gentoo-fix
Browse files Browse the repository at this point in the history
Fix: restore functionality of Gentoo ebuild
  • Loading branch information
jcorporation authored Jul 23, 2023
2 parents 9976a39 + cbdd628 commit a772f83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jcorporation/${MY_PN}/archive/v${PV}.tar.gz -> ${PN}
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
IUSE="+flac +id3tag +ssl +lua systemd"
IUSE="+flac +id3tag +lua systemd"

BDEPEND="
>=dev-util/cmake-3.13
Expand All @@ -26,7 +26,7 @@ RDEPEND="
acct-user/mympd
id3tag? ( media-libs/libid3tag )
flac? ( media-libs/flac )
ssl ( >=dev-libs/openssl-1.1 )
>=dev-libs/openssl-1.1
lua? ( >=dev-lang/lua-5.3 )
systemd? ( sys-apps/systemd )
dev-libs/libpcre2"
Expand Down

0 comments on commit a772f83

Please sign in to comment.