diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-02-15 08:10:17 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-02-15 08:10:17 +0100 |
commit | c48fe2c96c8629b1181e29f541704f81d265cd1a (patch) | |
tree | 44268999bbe243eec9bb119fe670e1c6578f04b1 /sys-apps/util-linux | |
parent | net-analyzer/mtr: ppc stable wrt bug #833346 (diff) | |
download | gentoo-c48fe2c96c8629b1181e29f541704f81d265cd1a.tar.gz gentoo-c48fe2c96c8629b1181e29f541704f81d265cd1a.tar.bz2 gentoo-c48fe2c96c8629b1181e29f541704f81d265cd1a.zip |
sys-apps/util-linux: ppc stable wrt bug #833367
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
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 c7fd20759c79..a1b2a2999347 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 |