diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-03 00:44:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-03 00:44:24 +0300 |
commit | 746b65e324cbffa9442192881ffe2a84ab3b1cc7 (patch) | |
tree | 54c5d512f983cde8b00e6bd5954b1f8c0babd716 /app-portage | |
parent | app-portage/ufed: alpha stable wrt bug #684066 (diff) | |
download | gentoo-746b65e324cbffa9442192881ffe2a84ab3b1cc7.tar.gz gentoo-746b65e324cbffa9442192881ffe2a84ab3b1cc7.tar.bz2 gentoo-746b65e324cbffa9442192881ffe2a84ab3b1cc7.zip |
app-portage/ufed: arm stable wrt bug #684066
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/ufed/ufed-0.94.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/ufed/ufed-0.94.ebuild b/app-portage/ufed/ufed-0.94.ebuild index 627ca92ea657..673bfbc2e380 100644 --- a/app-portage/ufed/ufed-0.94.ebuild +++ b/app-portage/ufed/ufed-0.94.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" else SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" - KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit autotools out-of-source |