net-wireless/rtl-sdr: x86 stable wrt bug #705768

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
Agostino Sarubbo
2020-01-21 11:42:05 +01:00
parent 0a388c76a0
commit 87b5083e33

View File

@@ -12,10 +12,10 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://git.osmocom.org/${PN}"
KEYWORDS="amd64"
KEYWORDS="amd64 x86"
else
SRC_URI="https://github.com/steve-m/librtlsdr/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm ~arm64 ~x86"
KEYWORDS="amd64 ~arm ~arm64 x86"
S="${WORKDIR}"/librtlsdr-${PV}
fi