Install this version:
emerge -a =app-pda/libtatsu-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-pda/libtatsu-9999
Or alternatively:
emerge --autounmask-write -a =app-pda/libtatsu-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools git-r3
DESCRIPTION="Library to handle Apple's TSS protocol"
HOMEPAGE="https://libimobiledevice.org/"
EGIT_REPO_URI="https://github.com/libimobiledevice/libtatsu.git"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="static-libs"
DEPEND="
>=app-pda/libplist-2.3.0:=
net-misc/curl
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf $(use_enable static-libs static)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
Manage flags for this package:
euse -i <flag> -p app-pda/libtatsu |
euse -E <flag> -p app-pda/libtatsu |
euse -D <flag> -p app-pda/libtatsu
>=app-pda/libplist-2.3.0:= net-misc/curl
>=app-pda/libplist-2.3.0:= net-misc/curl
virtual/pkgconfig