diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 14:00:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 14:00:14 +0100 |
commit | e5bf020bc400170c1ae457cb03cd2b1eea886fca (patch) | |
tree | 2d5f364c41b4556c5b9aea4bd156e719fa9c480d /www-client/elinks | |
parent | app-doc/doxygen: fix spdlog usage (diff) | |
download | gentoo-e5bf020bc400170c1ae457cb03cd2b1eea886fca.tar.gz gentoo-e5bf020bc400170c1ae457cb03cd2b1eea886fca.tar.bz2 gentoo-e5bf020bc400170c1ae457cb03cd2b1eea886fca.zip |
www-client/elinks: Stabilize 0.16.1.1-r1 amd64, #906818
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/elinks-0.16.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-0.16.1.1-r1.ebuild b/www-client/elinks/elinks-0.16.1.1-r1.ebuild index 12588d437631..35c3212c53f2 100644 --- a/www-client/elinks/elinks-0.16.1.1-r1.ebuild +++ b/www-client/elinks/elinks-0.16.1.1-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://github.com/rkd77/elinks/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |