app-leechcraft/lc-musiczombie: EAPI bump, subslot deps
[gentoo.git] / app-leechcraft / laretz / laretz-9999.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="The Laretz sync server"
7 HOMEPAGE="https://leechcraft.org"
8
9 EGIT_REPO_URI="https://github.com/0xd34df00d/laretz.git"
10 EGIT_PROJECT="laretz"
11
12 inherit cmake-utils git-r3
13
14 LICENSE="Boost-1.0"
15 SLOT="0"
16 KEYWORDS=""
17 IUSE=""
18
19 DEPEND="dev-libs/boost
20                 ~app-leechcraft/liblaretz-${PV}
21                 dev-db/mongodb"
22 RDEPEND="${DEPEND}"
23
24 CMAKE_USE_DIR="${S}"/src/server