diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2023-12-26 06:31:04 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-02-02 09:55:14 +0100 |
commit | 2aaca240f1405498e7e0136e16666161d436263a (patch) | |
tree | cbb0b26f0fc83112c1335d099272d519d6f78e35 /app-eselect | |
parent | e32417d6d88b5f6a255b250d232211eb41d7c219 (diff) | |
download | tde-packaging-gentoo-2aaca240f1405498e7e0136e16666161d436263a.tar.gz tde-packaging-gentoo-2aaca240f1405498e7e0136e16666161d436263a.zip |
*/*: drop obsolete ~*-solaris and ~*-cygwin prefix keywords
Those prefix variations are not supported anymore
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit 367819d7a85398ef1ecc57379cd3187552cc1632)
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" |