diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-05-07 11:18:59 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-05-07 11:18:59 +0100 |
commit | a2810985afabcc31d3eace5e61d8ea25b852ba17 (patch) | |
tree | d254e77a7aeadd875db2dc73532da78094238ffd /app-shells/push | |
parent | eab5731cdf11d4ae8cdf111461d46fd96c5bdd37 (diff) |
gentoo resync : 07.05.2019
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/Manifest | 2 | ||||
-rw-r--r-- | app-shells/push/push-2.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index ef3ac520c8a7..8fb816aa310c 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1,3 +1,3 @@ DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff -EBUILD push-2.0-r1.ebuild 678 BLAKE2B f6840ce890cc5401e8f74116bb303376dc1676f7f181df5efe4ff891c6019d3adc2582595cd05206630620cde1bd6b132660a9adae5bc7a9a0ab8dca58715d8a SHA512 13fcebf815d98a3cd07db7b6dd0b1b02fe4ddbfca4edda4194442e003db0aece0be478e51ff74b255dc5fda054c768677b98b6dbbc75b7ee1a257c601e77c05e +EBUILD push-2.0-r1.ebuild 685 BLAKE2B efd6015d3450fc8ea514936bd003d7946b9735e7ba2a6e96f0abb01b498a4f32aaf1297f4040ae98c630906a1c3ae3d9d01347fce370371acfceab09d530e547 SHA512 bdd787c28f1e2fd31adcecd6c6ba11fe367b29b89e6441a3df446cefb8ddc17b66d561013346e2c073a3b6f1188198271fe350a62b10b854447f36fbcffbdd78 MISC metadata.xml 698 BLAKE2B 69740256ef4db99512953ae2e9b896410814d64f45c8fd6f2b45628948e1c7bf3ed66e53605c0611e30bf9af75d59b554b6c8bfa942777d55a3db1fb0e4bb944 SHA512 ebd59b8ea97e30788644f33eaa98c2618fa2f90a62bc17bb5c9027253df3c04b6ab1e25671dfcbbf31101bb4cfe2aa2236c7d287a40b49a2b83c09734967fbc1 diff --git a/app-shells/push/push-2.0-r1.ebuild b/app-shells/push/push-2.0-r1.ebuild index dcf848498b0d..d16b2e0640cf 100644 --- a/app-shells/push/push-2.0-r1.ebuild +++ b/app-shells/push/push-2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,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 s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" src_install() { |