diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-07-13 17:07:17 -0400 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 08:45:45 +0300 |
commit | 10407bb5c73448c540792a1dd15190f1507c70ff (patch) | |
tree | b869d67ffb176a28fde86d6e9a4c89d619062442 /net-libs/libqrtr-glib | |
parent | dev-ruby/rspec-mocks: Keyword 3.12.6 mips, #902699 (diff) | |
download | gentoo-10407bb5c73448c540792a1dd15190f1507c70ff.tar.gz gentoo-10407bb5c73448c540792a1dd15190f1507c70ff.tar.bz2 gentoo-10407bb5c73448c540792a1dd15190f1507c70ff.zip |
net-libs/libqrtr-glib: Keyword 1.2.2 mips, #902743
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/libqrtr-glib')
-rw-r--r-- | net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild b/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild index dfff568b4d01..daf05b3f4f47 100644 --- a/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild +++ b/net-libs/libqrtr-glib/libqrtr-glib-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib.git" else - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv x86" SRC_URI="https://gitlab.freedesktop.org/mobile-broadband/${PN}/-/archive/${PV}/${P}.tar.bz2" fi |