Install this version:
emerge -a =app-admin/outdated-0.17.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/outdated-0.17.1
Or alternatively:
emerge --autounmask-write -a =app-admin/outdated-0.17.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.17.1 | 8 | ~amd64 | 0 |
# Copyright 2025 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="CLI utility that checks running processes for outdated libraries and binaries"
HOMEPAGE="https://codeberg.org/illogician/outdated"
SRC_URI="https://codeberg.org/illogician/outdated/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-lang/go"
src_unpack() {
default
}
src_prepare() {
default
ego build -x
}
src_install() {
dobin outdated
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | outdated-0.17.1.tar.gz | 17083 bytes | https://codeberg.org/illogician/outdated/archive/0.17.1.tar.gz |