Install this version:
emerge -a =dev-libs/libkqueue-2.6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/libkqueue-2.6.1
Or alternatively:
emerge --autounmask-write -a =dev-libs/libkqueue-2.6.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.1 | 8 | ~amd64 | 0/0 |
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="kqueue(2) compatibility library"
HOMEPAGE="https://github.com/mheily/libkqueue"
SRC_URI="https://github.com/mheily/libkqueue/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC BSD-2"
SLOT="0/0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
src_configure() {
local mycmakeargs=(
-DENABLE_TESTING=$(usex test ON OFF)
)
cmake_src_configure
}
Manage flags for this package:
euse -i <flag> -p dev-libs/libkqueue |
euse -E <flag> -p dev-libs/libkqueue |
euse -D <flag> -p dev-libs/libkqueue
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libkqueue-2.6.1.tar.gz | 180738 bytes | https://github.com/mheily/libkqueue/archive/refs/tags/v2.6.1.tar.gz |