Change SLOT settings for personal libraries

This commit is contained in:
rexy712 2022-05-23 12:42:00 -07:00
parent 19fb3ab234
commit 4185b1ddc7
3 changed files with 5 additions and 5 deletions

View File

@ -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=""

View File

@ -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"

View File

@ -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(){