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 /dev-python/python-slip | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/python-slip')
-rw-r--r-- | dev-python/python-slip/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-slip/python-slip-0.6.5.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-slip/Manifest b/dev-python/python-slip/Manifest index c676e1dde794..69a06d40ad56 100644 --- a/dev-python/python-slip/Manifest +++ b/dev-python/python-slip/Manifest @@ -1,4 +1,4 @@ AUX python-slip-0.6.5-no-selinux.patch 2942 BLAKE2B 87cb1fee6aba70228b78ffc8b8a63b6b3bc0b11aad8f5e38369919e6c5a33780a9f255c2c81cc9220fe02b11b8d6daf24278bdbc495a831af03c92f1f2bd25f1 SHA512 64a742f93a38a2ff15d98e9d22c30a821ecd2044457ac958bf34cd7fd8e333b16a5fd56e80b169cc67c9ab35d13298d0caf418ad7a693372539701bda56f123e DIST python-slip-0.6.5.tar.bz2 25996 BLAKE2B f2c512274c35a451aa5a97f8c8b16d117edc34901cb2cc51d7d99314eec9c2e90c95019290ef9a35511b62a822471f40eac8c4228c0094bd72c71bd579bbe0c5 SHA512 84dfd4d74602e996797261aa4021fc1579a6aba554d2b3d497c0a7b8618366a9c0a6f12051b00c5653845dda923eedb58afdded37f2a1f31b5b0ce1a0532ccff -EBUILD python-slip-0.6.5.ebuild 1193 BLAKE2B b4eda78bacb975c8ec6580c88791f371c8efc9503718d9ee8dc03262123313a745280ea79baafbe82f92fc6ff40eb40f6d3de9bffaced23cdc47f288e7270d19 SHA512 5fcd60f208c1423334641b95e5a30dfc385a054476e27c36385b302e140939afee6bc0644ce1fbff6321e2379027a66e2fbdbb5ef2926ecfb9827ad5880dc601 +EBUILD python-slip-0.6.5.ebuild 1196 BLAKE2B fa137e728ecb5fa61eef8d593500efcf9c6dc9e642ce9988fb37f2faa3741b95e21d26709501374b75a6a00c6aba7230931ce87bd298e75bb226cbcde77e712e SHA512 427d09e8949304e5a95d03fcb89ab3a606b579fc08bbaf95028b261665c807442158f1acefca6fe7c331883720c7d528c7d41955375603b913c5e44fedb4974a MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/dev-python/python-slip/python-slip-0.6.5.ebuild b/dev-python/python-slip/python-slip-0.6.5.ebuild index f3055907f78d..7d6d12a009de 100644 --- a/dev-python/python-slip/python-slip-0.6.5.ebuild +++ b/dev-python/python-slip/python-slip-0.6.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_REQ_USE="xml" -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7} ) inherit distutils-r1 eutils @@ -14,7 +14,7 @@ SRC_URI="https://github.com/nphilipp/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" IUSE="dbus selinux" RDEPEND=" |