diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 10:51:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-02-28 13:26:14 +0100 |
commit | c7e05289e545c212584279036b658cbeab60e392 (patch) | |
tree | b89f1b1c198636e86a9aa877e1cbf96e00b12994 /media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | |
parent | media-libs/sdl-mixer: EAPI-7 bump, https, drop eutils/ltprune (diff) | |
download | gentoo-c7e05289e545c212584279036b658cbeab60e392.tar.gz gentoo-c7e05289e545c212584279036b658cbeab60e392.tar.bz2 gentoo-c7e05289e545c212584279036b658cbeab60e392.zip |
media-libs/libmygpo-qt: Switch to cmake.eclass, EAPI-7 bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild')
-rw-r--r-- | media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild index 55b84538167e..ce97b2319290 100644 --- a/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild +++ b/media-libs/libmygpo-qt/libmygpo-qt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="LGPL-2.1" |