mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-cpp/cpp-httplib: fix subSLOT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/0.11" # soversion
|
||||
SLOT="0/$(ver_cut 1-2)" # soversion
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
IUSE="brotli ssl test zlib"
|
||||
|
||||
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/0.11" # soversion
|
||||
SLOT="0/$(ver_cut 1-2)" # soversion
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
IUSE="brotli ssl test zlib"
|
||||
|
||||
Reference in New Issue
Block a user