mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52:40 +01:00
media-libs/libdjinterop: cosmetic changes
This commit is contained in:
@@ -11,12 +11,18 @@ SRC_URI="https://github.com/xsco/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.ta
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="dev-db/sqlite
|
||||
DEPEND="
|
||||
dev-db/sqlite
|
||||
sys-libs/zlib
|
||||
test? ( dev-libs/boost )"
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
BDEPEND="
|
||||
${DEPEND}
|
||||
test? ( dev-libs/boost )
|
||||
"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user