app-shells/bash-supplemental - 5.3 (konsolebox)

Search

Install

Install this version:

emerge -a =app-shells/bash-supplemental-5.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-shells/bash-supplemental-5.3

Or alternatively:

emerge --autounmask-write -a =app-shells/bash-supplemental-5.3

Package Information

Ebuild Details

Version EAPI Keywords Slot
5.3 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

_BASH_BUILD_INSTALL_TYPE=supplemental
_BASH_BUILD_ALLOW_BASH_SOURCE_FULLPATH_DEFAULT=true
_BASH_BUILD_PATCHES=(bash-5.0-syslog-history-extern.patch)
_BASH_BUILD_PATCH_OPTIONS=(-p0)
_BASH_BUILD_VERIFY_SIG=true

inherit bash-build

KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

Inherited Eclasses