diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-10-13 08:02:12 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-10-13 08:02:12 +0200 |
commit | 04f97690e3d125a3ba2b5d0c62288e2ecf1d0e67 (patch) | |
tree | 5938e92b697cad575af6276708970a68f4fee4fe /www-client/surf | |
parent | app-misc/tmux: x86 stable wrt bug #813189 (diff) | |
download | gentoo-04f97690e3d125a3ba2b5d0c62288e2ecf1d0e67.tar.gz gentoo-04f97690e3d125a3ba2b5d0c62288e2ecf1d0e67.tar.bz2 gentoo-04f97690e3d125a3ba2b5d0c62288e2ecf1d0e67.zip |
www-client/surf: x86 stable wrt bug #813198
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'www-client/surf')
-rw-r--r-- | www-client/surf/surf-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/surf/surf-2.1.ebuild b/www-client/surf/surf-2.1.ebuild index 69239ee67911..7422e29cff76 100644 --- a/www-client/surf/surf-2.1.ebuild +++ b/www-client/surf/surf-2.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="surf-webkit2" else SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~riscv ~x86" + KEYWORDS="amd64 ~riscv x86" fi LICENSE="MIT" |