diff options
author | Sam James <sam@gentoo.org> | 2024-10-18 01:17:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-18 01:17:16 +0100 |
commit | 8d8b05dc74cd95b563e590489015e6648eddc5b8 (patch) | |
tree | a0ad8779961e2bde68cd7d50821cc41fcab6c80b /gui-libs | |
parent | dev-java/guava: Stabilize 33.3.0 ppc64, #941597 (diff) | |
download | gentoo-8d8b05dc74cd95b563e590489015e6648eddc5b8.tar.gz gentoo-8d8b05dc74cd95b563e590489015e6648eddc5b8.tar.bz2 gentoo-8d8b05dc74cd95b563e590489015e6648eddc5b8.zip |
gui-libs/neatvnc: Stabilize 0.8.1 amd64, #941717
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/neatvnc/neatvnc-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/neatvnc/neatvnc-0.8.1.ebuild b/gui-libs/neatvnc/neatvnc-0.8.1.ebuild index 3104bc34a1b0..22a62f4407c8 100644 --- a/gui-libs/neatvnc/neatvnc-0.8.1.ebuild +++ b/gui-libs/neatvnc/neatvnc-0.8.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/neatvnc.git" else SRC_URI="https://github.com/any1/neatvnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86" fi LICENSE="ISC" |