*/*: breaken package drop keywords
[gentoo-zh.git] / media-video / avplayer / avplayer-9999.ebuild
blob36daf6d20c2a454c4ad5783bb8c703826183405b
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=5
5 inherit cmake-utils git-r3
7 DESCRIPTION="avplayer is a p2p video downloader and player"
8 HOMEPAGE="http://avplayer.avplayer.org"
9 SRC_URI=""
11 EGIT_REPO_URI="https://github.com/avplayer/avplayer.git"
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS=""
17 DEPEND=">=dev-libs/boost-1.49[threads,static-libs]
18 dev-libs/openssl
19 media-libs/libsdl"
20 RDEPEND="${DEPEND}"