diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-05-12 16:42:50 +0300 |
commit | 752d6256e5204b958b0ef7905675a940b5e9172f (patch) | |
tree | 330d16e6362a49cbed8875a777fe641a43376cd3 /app-xemacs/xemacs-ispell | |
parent | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff) |
gentoo resync : 12.05.2022
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest index e4530c317e76..b9a53caebec5 100644 --- a/app-xemacs/xemacs-ispell/Manifest +++ b/app-xemacs/xemacs-ispell/Manifest @@ -1,3 +1,3 @@ DIST ispell-1.37-pkg.tar.gz 102787 BLAKE2B c77034361f9ac9e69b51e2a17db78e675acfa5f55a25dda453d2612558ca0b4a1c2fb9b57fde17e2550a7ee4f2a8187a8983766f2e0282ce2fb793e13ab619a4 SHA512 6896c5fe7b9a10d3e11103dde8dbe7a23446c969a2af8e99815d34f621227076aa57061ebca589a3cd5decf5bf47a8c34ecafc73fe13f5310874edfbbedb8c8c -EBUILD xemacs-ispell-1.37.ebuild 381 BLAKE2B 0f3a875dfa30353c21a45f3659fd76f334889dc2082b12a18e58b002316fce9a0d8a2f1e7743eea237890541f6d2f396012592f759e428bfb0362a764ba541c2 SHA512 d8c25eff845d5c3848ceb5ea2719f3d46d9875184700f985360add15667a8eb30da942e0e166f676ce39a75fdb1d36dfa372e89cd4e9e321670c746d026e0c45 +EBUILD xemacs-ispell-1.37.ebuild 388 BLAKE2B a2537adef4cf6e8590510bfd39768ba8b4b9789ba8c33c0c8f6c98738aa2e1413b42573d4a8c6e58aa612305fe763fc959322aa8bd2c38c1d4c95ee8c2ed6180 SHA512 4bc0b35dc2bdb69c28dabfc2d251ed2843d431831587c844a4bcb7d650b331910c46400a2dc60201812bac8877f18e1a7ac515cd314d7ae4c18edd5ed9cbe290 MISC metadata.xml 262 BLAKE2B e476ea04c86ed4c8225e65e2eab757ba330323bb3976769b3a066ca059a90fa597536aa74fe1ad9f924be96f13a5fdafa663a4ed6f802d06e03dfb7567f52fd0 SHA512 4c936b32a6c7160469a80d2c376ebf09ed8c42efe26beccfbfb0320ad285337f3351c1546a02865605f00c0320fe97dcf0ca1a1465d5d51f35e2347092a2679c diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild index 0ea8e84da73a..43ac8193b031 100644 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.37.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,6 @@ MY_PN=${PN/xemacs-/} SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${MY_PN}-${PV}-pkg.tar.gz" RDEPEND="" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~riscv sparc x86" inherit xemacs-packages |