diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 21:30:27 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-21 21:40:07 -0800 |
commit | 058630517387c9a6e9ed37ace1ea138ca3ebf812 (patch) | |
tree | 548b7ab10695808e7d1e3116699c6d863e4435cb /x11-libs | |
parent | profiles/ppc64le: package.unmask libva on LE profile (diff) | |
download | gentoo-058630517387c9a6e9ed37ace1ea138ca3ebf812.tar.gz gentoo-058630517387c9a6e9ed37ace1ea138ca3ebf812.tar.bz2 gentoo-058630517387c9a6e9ed37ace1ea138ca3ebf812.zip |
x11-libs/libva: keyword 2.6.1 on ~ppc64
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva/libva-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libva/libva-2.6.1.ebuild b/x11-libs/libva/libva-2.6.1.ebuild index c1266852c3f2..016d79e6442e 100644 --- a/x11-libs/libva/libva-2.6.1.ebuild +++ b/x11-libs/libva/libva-2.6.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]] ; then # Live ebuild AUTOTOOLS_AUTORECONF="yes" else SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" fi LICENSE="MIT" |