diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-26 06:31:04 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-02-02 08:54:43 +0000 |
commit | 367819d7a85398ef1ecc57379cd3187552cc1632 (patch) | |
tree | cbb0b26f0fc83112c1335d099272d519d6f78e35 /app-eselect | |
parent | 15a07dfa2d1720e392a8b747a6e37ab8e294c6f1 (diff) | |
download | tde-packaging-gentoo-367819d7a85398ef1ecc57379cd3187552cc1632.tar.gz tde-packaging-gentoo-367819d7a85398ef1ecc57379cd3187552cc1632.zip |
*/*: drop obsolete ~*-solaris and ~*-cygwin prefix keywords
Those prefix variations are not supported anymore
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild index 9b32452e..db68994d 100644 --- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild +++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://www.gentoo.org/proj/en/eselect/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1" |