Change SLOT settings for personal libraries
This commit is contained in:
parent
19fb3ab234
commit
4185b1ddc7
@ -14,13 +14,13 @@ HOMEPAGE="https://gitlab.com/rexy712/rcw"
|
||||
SRC_URI="https://gitlab.com/rexy712/rcw/-/archive/${MY_PV}/rcw-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
RDEPEND="
|
||||
net-misc/curl[ssl]
|
||||
dev-libs/rexylib"
|
||||
>=dev-libs/rexylib-0.2.0:="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/cmake"
|
||||
BDEPEND=""
|
||||
@ -14,7 +14,7 @@ HOMEPAGE="https://gitlab.com/rexy712/rexylib"
|
||||
SRC_URI="https://gitlab.com/rexy712/rexylib/-/archive/${MY_PV}/rexylib-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
@ -14,14 +14,14 @@ HOMEPAGE="https://gitlab.com/rexy712/rjp"
|
||||
SRC_URI="https://gitlab.com/rexy712/rjp/-/archive/${MY_PV}/rjp-${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0/9"
|
||||
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs debug +c++"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/cmake
|
||||
c++? ( >=dev-libs/rexylib-0.2.0 )"
|
||||
c++? ( >=dev-libs/rexylib-0.2.0:= )"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare(){
|
||||
Loading…
x
Reference in New Issue
Block a user