Diff librtas-2.0.2-r2 with a librtas-2.0.3

/usr/portage/sys-libs/librtas/librtas-2.0.3.ebuild 2023-10-09 14:52:35.556368503 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit autotools
6 6

  
7 7
DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
......
10 10

  
11 11
LICENSE="LGPL-2.1+"
12 12
SLOT="0"
13
KEYWORDS="ppc ppc64 ~ppc64-linux"
13
KEYWORDS="~ppc ~ppc64 ~ppc64-linux"
14 14
IUSE="static-libs"
15 15

  
16
PATCHES=( "${FILESDIR}"/${P}-musl.patch )
17

  
18 16
src_prepare() {
19 17
	default
20 18
	eautoreconf
Thank you!