Install this version:
emerge -a =sys-apps/merge-usr-6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/merge-usr-6
Or alternatively:
emerge --autounmask-write -a =sys-apps/merge-usr-6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 | 0 |
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1
DESCRIPTION="Script to migrate from split-usr to merged-usr"
HOMEPAGE="https://github.com/floppym/merge-usr"
SRC_URI="https://github.com/floppym/merge-usr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="${PYTHON_DEPS}"
RDEPEND="${PYTHON_DEPS}"
src_install() {
python_doscript merge-usr
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | merge-usr-6.tar.gz | 9501 bytes | https://github.com/floppym/merge-usr/archive/refs/tags/v6.tar.gz |