diff options
author | 2022-02-15 08:09:31 +0100 | |
---|---|---|
committer | 2022-02-15 08:09:31 +0100 | |
commit | 34e0f41ae05b256c069f00f98b83ff5ada26cadb (patch) | |
tree | 414d8fc50a526a0dbb39ef3a550cd4fb9a22f936 /sys-apps/util-linux | |
parent | dev-scheme/racket: amd64 stable wrt bug #833335 (diff) | |
download | gentoo-34e0f41ae05b256c069f00f98b83ff5ada26cadb.tar.gz gentoo-34e0f41ae05b256c069f00f98b83ff5ada26cadb.tar.bz2 gentoo-34e0f41ae05b256c069f00f98b83ff5ada26cadb.zip |
sys-apps/util-linux: amd64 stable wrt bug #833367
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.37.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.37.4.ebuild b/sys-apps/util-linux/util-linux-2.37.4.ebuild index ce138823146a..c7fd20759c79 100644 --- a/sys-apps/util-linux/util-linux-2.37.4.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" fi |