diff options
author | 2024-09-16 20:01:16 +0900 | |
---|---|---|
committer | 2024-09-16 20:01:16 +0900 | |
commit | 5dc8172b794480b26dcb9b51231559a4d5e2c0ce (patch) | |
tree | ec95d12f863d7e9f0497376a49ac11d42a85de64 /dev-python/daff | |
parent | gui-libs/mir: drop 2.17.0-r1 (diff) | |
download | guru-5dc8172b794480b26dcb9b51231559a4d5e2c0ce.tar.gz guru-5dc8172b794480b26dcb9b51231559a4d5e2c0ce.tar.bz2 guru-5dc8172b794480b26dcb9b51231559a4d5e2c0ce.zip |
*/*: drop ia64 keyword
ia64 has been removed from Gentoo.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
Diffstat (limited to 'dev-python/daff')
-rw-r--r-- | dev-python/daff/daff-1.3.46.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild index f6bbcf106..eaa3817ca 100644 --- a/dev-python/daff/daff-1.3.46.ebuild +++ b/dev-python/daff/daff-1.3.46.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,4 +12,4 @@ HOMEPAGE="https://github.com/paulfitz/daff" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86" |