summaryrefslogtreecommitdiff
path: root/app-portage/smart-live-rebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /app-portage/smart-live-rebuild
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'app-portage/smart-live-rebuild')
-rw-r--r--app-portage/smart-live-rebuild/Manifest4
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild4
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/Manifest b/app-portage/smart-live-rebuild/Manifest
index a570c90cffc1..b20197a0d13e 100644
--- a/app-portage/smart-live-rebuild/Manifest
+++ b/app-portage/smart-live-rebuild/Manifest
@@ -1,4 +1,4 @@
DIST smart-live-rebuild-1.3.6.tar.gz 17194 BLAKE2B a1c4f07e66ce3328ae70f88d086c33875bed68aea645a180e68fbd997051c6d398c1133d8e9c72378741fe41c519e941e76dc25d9c3f9c61c36531fe6fbe8e79 SHA512 f9fe57269654d69c3b21d0b6e378dfa3d2c00e67dae44278b2b81d631e4645346ecaeb5c9f43b77d39312b97edee247ba8b05303be903d6a3573bc226159c40f
-EBUILD smart-live-rebuild-1.3.6.ebuild 810 BLAKE2B fd41d18f1e0724fd02581e42c2a5fc8b253ca71edf961e1eefeb447af72de0b1fd82ff1a8a625d3378e315c1aacbec1d1ddef580cb700cf0ad849e9d08a9e43f SHA512 2f268b7fcd6b87a1127bb3db5cbbf48f254d3e7ca6a38af5ad67f4615374bf205292bd6058fa9ef8140f3b4e86253e2e58c21148ab951659cdcab5fe27b25304
-EBUILD smart-live-rebuild-9999.ebuild 729 BLAKE2B 82fbdf2a8a63f7b1ffc97fe917cd00b1e172eb9bd5fc7816c26e877f999265f4acdaac7bcc5bb01e58ba0405dbb294b14454b890bebc5c7fd304db616703d178 SHA512 e979399a9857d0f8d92d093ad59f8e42dac7a806d6075c7b6fea2faa4f5a3e5c0b8455f8b0f4ef3b94307e8326141b30c2b4fd7df49d1671f16e81016b8fae8b
+EBUILD smart-live-rebuild-1.3.6.ebuild 834 BLAKE2B f3940fd9523cbb5cf435efade947186a53746cdbcafac1e4456165d471471ab7958c08fa62efd2dce3efa9e3c80784988e10c2adadcb8e49cd73902b55fd86cf SHA512 e226174bcc63cc5be09812bb8b2727f116442716fe7c6f5d332654cc9b1f45ed3848d617d719451e077dbd773c5ca3ba0908dc88337e9bda5593fb5b0fed8b9c
+EBUILD smart-live-rebuild-9999.ebuild 753 BLAKE2B 588296dcb808c927331821d7473fcff22587c71a20adbe903ff7a1fd49453837e486059154b0659457e088cfba7ed8e6ebc873e8b42e153c3e9701cffe77c182 SHA512 a894151cfd2e9e81899f9ec6762b095b9e605e06cb1dc4bb21968995565afc7fb292d03442ea71ed1eeb263082ba9584cd9c1e5066d47537f64604d891420792
MISC metadata.xml 769 BLAKE2B 5aaad83253d55d1096c19aeb6a980e31456ca20a1ecfdb45e93dfd2f72cff7cce61124bf546932266d24d0c9fd0493ae4c61089ab291028360834c2f6d237e5a SHA512 d11c942868f0166c646922088dfecf3047f8ca017b85965382bec8fc794e11d6ffdea27a9156a41faec10a79a13836b13d8b9213a44e57672e1355fbd6bfd0da
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
index ae9763d9f0f2..0520c1b1ae4c 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index a3df3de1d410..1f974965eedd 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
inherit distutils-r1 git-r3