summaryrefslogtreecommitdiff
path: root/app-portage/unsymlink-lib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-23 04:19:44 +0000
commitc5283d322accc6097afec74eab24550829788bab (patch)
treeb99ce668128d82a026eaa31461643f9173f9b77b /app-portage/unsymlink-lib
parent5510d9d7d1c93c2ea71a2bd6f0666168808d5dd6 (diff)
gentoo resync : 23.03.2018
Diffstat (limited to 'app-portage/unsymlink-lib')
-rw-r--r--app-portage/unsymlink-lib/Manifest4
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild (renamed from app-portage/unsymlink-lib/unsymlink-lib-12.ebuild)5
-rw-r--r--app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild5
3 files changed, 10 insertions, 4 deletions
diff --git a/app-portage/unsymlink-lib/Manifest b/app-portage/unsymlink-lib/Manifest
index 4db3f5c3abe8..4e21a16d27c9 100644
--- a/app-portage/unsymlink-lib/Manifest
+++ b/app-portage/unsymlink-lib/Manifest
@@ -1,4 +1,4 @@
DIST unsymlink-lib-12.tar.gz 8689 BLAKE2B 3c170886bfa3980ef0d51be1e3636afcd700aad94514a2783a1bf221970022fb4812640ac0c2f54e6b0d3b93244a64221b092768425faa1ddcfdc21ba76d9cd1 SHA512 e964cf8dae4107cbe0f5a304e693794d50316b914cca6cdf068ac3e715c8a6fab44d96ec38bd34e5c4f65dd169629bcaca3a0b6ce3256c3d40dbff69dac56fe5
-EBUILD unsymlink-lib-12.ebuild 587 BLAKE2B 55186b97491db39eed8e5eb442e97e3e9183873728cab04bea70ad8bee7daca0bc68c9858e1873889eec71e606444fca2bd97aaa8732cb00ef3474ef856727c7 SHA512 933b23621879ed7560c7045e48f6b72a6a52fa655d6f6adcc447b2d9cc7b25da5a05af9597922fed6ba77cbea6a12d807875fc0ba2dc2eb04309f2cae72776d4
-EBUILD unsymlink-lib-9999.ebuild 573 BLAKE2B 8708c8cf4a0fb2249a4440d38983595c7101e1f07ac2522460d2738f80abfb7b640fe5a4cbdeacfe0148dbc01f75389015f9e11e7dc6f7b8e13c8fa4ada458f6 SHA512 dcc7c50d19385bd074da4f77444d910258fcd3acf83e7a7a983aea2848403c29ec655ff0346fbeebe21522ae2cc9965177c82c66afb3aeb2bbb7764488fb180d
+EBUILD unsymlink-lib-12-r1.ebuild 641 BLAKE2B f967256636c88afa1d80c73359cedec7f29f73403796ddeceb4b1ebf98f5b30d0dc968cc1633ced1ee3a922715f06a565359dc05f7e5f320e9a787d7432a5861 SHA512 29232685faf31b790a027e2ea862de4b309d9a9423585bf1d12d63cdf298a20b2e6fd68f8a1917fbac14b7ffd3e6a287d1c358c2744e597ccaeaa32cba279b75
+EBUILD unsymlink-lib-9999.ebuild 627 BLAKE2B 4ebcd4f34b4326174f4c32cbc5c23572e8ca57a5bdaa3f170c60ca5bb2d4a9ac31b9a8203093bd7891eb78fb62642a4b9cb9f0e5fb16aa276e9561d4b0ff1a96 SHA512 e8a09ca9ebc84eb8702334de9c72f508bbe168961d0eba7f113c24f6e08e477d63ffde2f79927d7c1b6b0f2056e4ea6fb42c5c60156e92700088e70429b108d4
MISC metadata.xml 401 BLAKE2B f16ce51083f8054e7190c2d5fc193808898071af155cc8442a9ef7064cb4d46e6639d8724f85a4a0f551477c6f7ae0f81434c6bef8bd88b2077ea7b7e1f2133b SHA512 dbd79971b54d9027956c46586b547f8308404e273e91dd7ff84d3fbbd50936b8f19dd1dacde5e16a22ca2ef17924f19f66ec83e64c9f145f29322150db9e00a6
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild
index cc0eef3daa07..2fcdf5eb3a90 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-12.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-12-r1.ebuild
@@ -17,7 +17,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- sys-apps/portage[${PYTHON_USEDEP}]"
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"
src_install() {
python_doscript unsymlink-lib
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
index 8a11a8833e6b..0a8f8ce3adaa 100644
--- a/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
+++ b/app-portage/unsymlink-lib/unsymlink-lib-9999.ebuild
@@ -18,7 +18,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- sys-apps/portage[${PYTHON_USEDEP}]"
+ || (
+ sys-apps/portage[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ )"
src_install() {
python_doscript unsymlink-lib