diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-text/grip | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'app-text/grip')
-rw-r--r-- | app-text/grip/Manifest | 2 | ||||
-rw-r--r-- | app-text/grip/grip-4.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/grip/Manifest b/app-text/grip/Manifest index bf17920d3dd2..e08ac3e11890 100644 --- a/app-text/grip/Manifest +++ b/app-text/grip/Manifest @@ -1,3 +1,3 @@ DIST grip-4.2.0.zip 43079 BLAKE2B b7aa31c554d646fdedee88f54e2ad825d56eed26cb18ec364cc0e2638f3d002f2fb3192daa15085b2db5a9d608e37df8c74b19466042c57fa62b80f7bc259eef SHA512 2989a1cc2cb98254e932d5bf6679a205992e74802e68fe45d11cf087747d2379778df254bbf1cf980bb8993dc5568c5112707c645babbb32aae49f443319ff6b -EBUILD grip-4.2.0.ebuild 623 BLAKE2B b4e93a1fedf58c990da6a9bb087014009338bc14e96cdc5df7185a5ff621747a14c6a149ba4c3d163f7672a30f6b064f9a13b70dec9fbb44463707aec8a75fc8 SHA512 a472818e9877fa23f9e18bd13b30a9fecc0ef2df6f366d40d0c99702ed6b2a1f7b143911c2658a3925bc1c187a0522cb0461b841f5de12ffb3f5973371726eb8 +EBUILD grip-4.2.0.ebuild 616 BLAKE2B 06faceb684942253e1d01859b2221854cfd425a5e97c5c380e384441e589b253499a2c4d1bd9c76ba696bdea46d4b711011a77f1a1522f7923629dc39ee5df52 SHA512 90c0e76c87b66880278db840f0b66e13be8248ba0f52167c8edfea0e9a5bdaf5c392343eb3b30bec5f68b165ea2e8b773c4e37aaff82d43322b64fef316984fe MISC metadata.xml 287 BLAKE2B 97d6c8c5b9fa03b5b8435a9719b819a9e071d1310656d97e6a203a8cf86d2414034e8642de7f010aa8f64955bcdc849bc66ef64a1e0e80fd23e355af50c6bbc1 SHA512 047bdd78979d55e9e37b92f51b52190c6a5780d6b3475560ae8908fdc98274949372918e1ab150821f09bff97cc12f25097f4e89ee4431861b608be79bd942bc diff --git a/app-text/grip/grip-4.2.0.ebuild b/app-text/grip/grip-4.2.0.ebuild index 8c88d409de93..1325c688908d 100644 --- a/app-text/grip/grip-4.2.0.ebuild +++ b/app-text/grip/grip-4.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 pypy{,3} python3_{5,6} ) +PYTHON_COMPAT=( python2_7 pypy3 python3_6 ) inherit distutils-r1 |