Install this version:
emerge -a =x11-plugins/purple-oicq-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-plugins/purple-oicq-9999
Or alternatively:
emerge --autounmask-write -a =x11-plugins/purple-oicq-9999
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="libpurple protocol support for oicq"
HOMEPAGE="https://codeberg.org/goodspeed/purple-oicq"
if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://codeberg.org/goodspeed/${PN}.git"
inherit git-r3
else
SRC_URI="https://codeberg.org/goodspeed/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/${PN}"
fi
LICENSE="Unlicense"
SLOT="0"
IUSE="+libaxon"
RDEPEND="dev-libs/json-glib
net-im/pidgin
libaxon? ( net-libs/libaxon-bin[purple] )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
Manage flags for this package:
euse -i <flag> -p x11-plugins/purple-oicq |
euse -E <flag> -p x11-plugins/purple-oicq |
euse -D <flag> -p x11-plugins/purple-oicq
dev-libs/json-glib net-im/pidgin libaxon? ( net-libs/libaxon-bin[purple] )
dev-libs/json-glib net-im/pidgin libaxon? ( net-libs/libaxon-bin[purple] )
virtual/pkgconfig