diff options
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/Manifest | 2 | ||||
-rw-r--r-- | app-shells/push/push-3.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index f4404090c284..e377b88d5107 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1,5 +1,5 @@ DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff DIST push-3.4.tar.gz 2839 BLAKE2B cc7dcdb0208b1eb9d36963acbbc1e0c852c4164d5ba2a35bd52848338bab7f66073c9c780c82e28b3f1bdd55d81f26f5281694ba76214fd7631f946e0fdc199c SHA512 aa118f42210b40d790c0b274045ff45c2067cf894731228f5065eb44a723fd813549204797c365329f409e36f564ec22f6d956341b1f2b62964b918e76991344 EBUILD push-2.0-r1.ebuild 621 BLAKE2B e39739ad26722cbfb26638d9a896f84d3edc82968c9ca181c165c9cc6cfa025c043d1acc2f6051ad3c16bcf66d960c5eaf7ce7ae031ac6d24f0fe755653d1269 SHA512 604731f23b1d82090668971c46030e31c891e049899c87b8d5944905e9ca47e03c8e06febad7847693e406410d93344d823f11e82a8662e3254d5f8555dda214 -EBUILD push-3.4.ebuild 638 BLAKE2B 0894e435d3cdde944121e7d647c2949823f16723ee39968791e54258966d949983ab210c9cb0048f48267025335ace99c9f4d17829653a816390391b83ba101a SHA512 08001b4ae1e999156052bd85f2c0d56c0cc598aad5032662eff336809f441cffe44a91c2862639610797ce154ce60f51a27358a269df7e9a27bce14b50032a10 +EBUILD push-3.4.ebuild 645 BLAKE2B b4ec1a727489729476b1a32ce909e74360b9b833d53ab98d055c3c6f8c74f8779073e440d8ef2ccc8e2fefcb288158e324873581b18ef7a3bbd4376df55688a2 SHA512 5655cd8a396720f8650add55874dfa01f38cfb06e8c7af014a15a3a89c14925e730f8607ae89bd42d10cbd2a04ba3678f8a25c2cc66b3d395d6d0178895495e6 MISC metadata.xml 738 BLAKE2B 51c77214d55a2855cf33d25a191c51638fbd34cf4fe9938ba4395ac00272dc9da820ffeb0a8b356bb7a051bddcc1d9d9bdb76ac1f33cae56b1efd70db2dffe5a SHA512 a415c3878bd94c10d242f8ad51820793cbdc7b5103ba7e2a6c6c47674987ffbda48604122893c5ef8a7f754ccdf53e9b7d5839e26b27773dbbb7d570fc502bc4 diff --git a/app-shells/push/push-3.4.ebuild b/app-shells/push/push-3.4.ebuild index c819b031441a..7f1ee9009c23 100644 --- a/app-shells/push/push-3.4.ebuild +++ b/app-shells/push/push-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" src_compile() { :; } |