Diff rlwrap-0.46 with a rlwrap-0.46.1

/usr/portage/app-misc/rlwrap/rlwrap-0.46.1.ebuild 2024-07-02 13:51:43.853851454 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
DESCRIPTION="GNU readline wrapper"
7 7
HOMEPAGE="https://github.com/hanslub42/rlwrap"
8
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/v${PV}/${P}.tar.gz"
8
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz"
9 9

  
10 10
LICENSE="GPL-2+"
11 11
SLOT="0"
12
KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
12
KEYWORDS="amd64 arm64 ~mips ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
13 13
IUSE="debug"
14 14

  
15 15
RDEPEND="
Thank you!