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"
|
SRC_URI="https://gitlab.com/rexy712/rcw/-/archive/${MY_PV}/rcw-${MY_PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="AGPL-3"
|
LICENSE="AGPL-3"
|
||||||
SLOT="0"
|
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="static-libs"
|
IUSE="static-libs"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
net-misc/curl[ssl]
|
net-misc/curl[ssl]
|
||||||
dev-libs/rexylib"
|
>=dev-libs/rexylib-0.2.0:="
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
dev-util/cmake"
|
dev-util/cmake"
|
||||||
BDEPEND=""
|
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"
|
SRC_URI="https://gitlab.com/rexy712/rexylib/-/archive/${MY_PV}/rexylib-${MY_PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="static-libs"
|
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"
|
SRC_URI="https://gitlab.com/rexy712/rjp/-/archive/${MY_PV}/rjp-${MY_PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0/9"
|
SLOT="$(ver_cut 1)/$(ver_cut 2)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="static-libs debug +c++"
|
IUSE="static-libs debug +c++"
|
||||||
|
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
dev-util/cmake
|
dev-util/cmake
|
||||||
c++? ( >=dev-libs/rexylib-0.2.0 )"
|
c++? ( >=dev-libs/rexylib-0.2.0:= )"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
src_prepare(){
|
src_prepare(){
|
||||||
Loading…
x
Reference in New Issue
Block a user