diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-04 20:00:45 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-11-04 20:13:28 +0100 |
commit | ebe92d57efac019278b0b855ecb2c6df7e0d26ce (patch) | |
tree | a8f45233b12dec4883292b637ba5e3d97d300aba /net-libs/libqmi | |
parent | net-libs/libmbim: x86 stable (bug #670090) (diff) | |
download | gentoo-ebe92d57efac019278b0b855ecb2c6df7e0d26ce.tar.gz gentoo-ebe92d57efac019278b0b855ecb2c6df7e0d26ce.tar.bz2 gentoo-ebe92d57efac019278b0b855ecb2c6df7e0d26ce.zip |
net-libs/libqmi: x86 stable (bug #670090)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-libs/libqmi')
-rw-r--r-- | net-libs/libqmi/libqmi-1.20.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libqmi/libqmi-1.20.2.ebuild b/net-libs/libqmi/libqmi-1.20.2.ebuild index 3c9b3648c603..5e19053cea5b 100644 --- a/net-libs/libqmi/libqmi-1.20.2.ebuild +++ b/net-libs/libqmi/libqmi-1.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://anongit.freedesktop.org/git/libqmi.git" else - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips x86" SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz" fi |