diff options
author | 2024-01-06 14:24:16 -0500 | |
---|---|---|
committer | 2024-01-06 14:24:16 -0500 | |
commit | b94052d2b16dcf8be734c216aa9386d23cd41d61 (patch) | |
tree | e1ed78a6ce81d33b6d0e8f559bb9bae23fea336b /www-apps/ttyd | |
parent | dev-python/pyatspi: add 2.46.1, enable python3_12 (diff) | |
download | gentoo-b94052d2b16dcf8be734c216aa9386d23cd41d61.tar.gz gentoo-b94052d2b16dcf8be734c216aa9386d23cd41d61.tar.bz2 gentoo-b94052d2b16dcf8be734c216aa9386d23cd41d61.zip |
www-apps/ttyd: stabilize 1.7.4 for amd64
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-apps/ttyd')
-rw-r--r-- | www-apps/ttyd/ttyd-1.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/ttyd/ttyd-1.7.4.ebuild b/www-apps/ttyd/ttyd-1.7.4.ebuild index adbcac55b7f7..f8f684ac77b4 100644 --- a/www-apps/ttyd/ttyd-1.7.4.ebuild +++ b/www-apps/ttyd/ttyd-1.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/tsl0922/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="MIT" |