Install this version:
emerge -a =media-radio/fllog-1.2.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-radio/fllog-1.2.8
Or alternatively:
emerge --autounmask-write -a =media-radio/fllog-1.2.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.8 | 8 | ~amd64 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Logbook application for amateur radio use"
HOMEPAGE="http://w1hkj.com"
SRC_URI="http://www.w1hkj.com/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=x11-libs/fltk-1.1.7"
RDEPEND="${DEPEND}
x11-libs/libX11
"
src_configure() {
local -x CONFIG_SHELL=${BASH}
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fllog-1.2.8.tar.gz | 439478 bytes | http://www.w1hkj.com/files/fllog/fllog-1.2.8.tar.gz |