Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
EAPI=5
-inherit cmake-utils multilib-minimal
+inherit cmake-multilib
DESCRIPTION="A library passing all socket communications through unix sockets"
HOMEPAGE="https://cwrap.org/socket_wrapper.html"
DEPEND=""
RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
- cmake-utils_src_configure
-}
-
-multilib_src_compile() {
- cmake-utils_src_compile
-}
-
-multilib_src_install() {
- cmake-utils_src_install
-}
EAPI=5
-inherit cmake-utils multilib-minimal
+inherit cmake-multilib
DESCRIPTION="A library passing all socket communications through unix sockets"
HOMEPAGE="https://cwrap.org/socket_wrapper.html"
DEPEND=""
RDEPEND="${DEPEND}"
-
-multilib_src_configure() {
- cmake-utils_src_configure
-}
-
-multilib_src_compile() {
- cmake-utils_src_compile
-}
-
-multilib_src_install() {
- cmake-utils_src_install
-}