summaryrefslogtreecommitdiff
path: root/app-text/pastebinit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-text/pastebinit
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-text/pastebinit')
-rw-r--r--app-text/pastebinit/Manifest2
-rw-r--r--app-text/pastebinit/pastebinit-1.5.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index ebb97d68c1c3..5af3273d5b0f 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,3 +1,3 @@
DIST pastebinit-1.5.tar.bz2 42941 BLAKE2B 678df7f2e77cc832fc9e152fb451538284033d181d9165b1a1194b254ad08ca1ac3e4612dddf7db6c62c1c3c59265ad94a78cc6df9457565264864ab06bff00b SHA512 cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099
-EBUILD pastebinit-1.5.ebuild 1333 BLAKE2B b827bdcc95526640f4437c77f09bc046b856a71f4f5c8f790bedf16d96799e50ffde20489ad745ea9198cfdebc5de5d8db3eadfa52cd3881b96749f1e0b1d509 SHA512 0f3fbb06a7a5ab6a92e31c79a0eed6e0566d53f86646b68a5b2786c81a3279faa7d5064b2fd8e83cce15bb7a85064b7768f24657c8829c7311130484389ece37
+EBUILD pastebinit-1.5.ebuild 1329 BLAKE2B 68f28d927b02c7d9bd042e7ddae1d43cbb260810b8d036ee49c8b8d3cb982ce3e5b8b39cd596a72ce098c42a886cd69a25f0cd6014433ff57d3439332d530df1 SHA512 f034cc3abf06d801684a08a8d3daaf53f36aa5a203934f3eea92085597403cace1e9083509ae917e29944f644d68170d4fe5a681335158ce9ee42ee33df1e07b
MISC metadata.xml 326 BLAKE2B d50cef7d0035889868a74b6a2794648129bf06b854208dc28eefe82251c2c2bb4562d19103a6abae51e3f40afccfd901a4c1e2ed8bfcf9910fa99d9543b069c3 SHA512 cd582b088098d0163e91ea17e6b4fa2fb5b816e44590ff8f159730215d9b8118b747b43fdcb9d7a6cad3dfbfbcd8d8b6e29cd509b7a9d6e3b860c77c4ac10c4c
diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
index c78123910daf..c707cb302333 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6} )
PYTHON_REQ_USE="xml"
inherit python-single-r1