diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-03-14 11:37:53 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-14 11:37:53 +0200 |
commit | cee996bc83ae4d331dad3a84c54d940617378796 (patch) | |
tree | 986c67f8df7fc9041f467f28a2e66830025a17ee /www-client | |
parent | www-client/surf: Stabilize 2.1-r3 amd64, #900949 (diff) | |
download | gentoo-cee996bc83ae4d331dad3a84c54d940617378796.tar.gz gentoo-cee996bc83ae4d331dad3a84c54d940617378796.tar.bz2 gentoo-cee996bc83ae4d331dad3a84c54d940617378796.zip |
www-client/surf: Stabilize 2.1-r3 x86, #900949
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/surf/surf-2.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/surf/surf-2.1-r3.ebuild b/www-client/surf/surf-2.1-r3.ebuild index 0e60d24ab0ce..fe80e763701c 100644 --- a/www-client/surf/surf-2.1-r3.ebuild +++ b/www-client/surf/surf-2.1-r3.ebuild @@ -14,7 +14,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" |