Install this version:
emerge -a =net-im/stabber-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-im/stabber-9999
Or alternatively:
emerge --autounmask-write -a =net-im/stabber-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools git-r3
DESCRIPTION="Stubbed XMPP Server"
HOMEPAGE="https://github.com/profanity-im/stabber"
EGIT_REPO_URI="https://github.com/profanity-im/${PN}.git"
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
>=dev-libs/expat-2.0.0
>=dev-libs/glib-2.26:2
>=net-libs/libmicrohttpd-0.9.71
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
>=dev-libs/expat-2.0.0 >=dev-libs/glib-2.26:2 >=net-libs/libmicrohttpd-0.9.71
>=dev-libs/expat-2.0.0 >=dev-libs/glib-2.26:2 >=net-libs/libmicrohttpd-0.9.71
virtual/pkgconfig