diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-05-14 11:09:11 +0100 |
commit | deba8115d2c2af26df42966b91ef04ff4dd79cde (patch) | |
tree | 9a48f42594e1a9e6b2020d5535a784314434d7a7 /app-leechcraft/lc-seekthru | |
parent | 38423c67c8a23f6a1bc42038193182e2da3116eb (diff) |
gentoo resync : 14.05.2020
Diffstat (limited to 'app-leechcraft/lc-seekthru')
-rw-r--r-- | app-leechcraft/lc-seekthru/Manifest | 2 | ||||
-rw-r--r-- | app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/app-leechcraft/lc-seekthru/Manifest b/app-leechcraft/lc-seekthru/Manifest index a2570594ae71..c3a91540952d 100644 --- a/app-leechcraft/lc-seekthru/Manifest +++ b/app-leechcraft/lc-seekthru/Manifest @@ -1,2 +1,2 @@ -EBUILD lc-seekthru-9999.ebuild 400 BLAKE2B 3192758aa2e1238482ff0d79cd5d0291a5d5ce733e3fb77be6119a9bbe7b8e116ce31d7d0864f9c4032de59cc179c846cf11dde14dba19af19cb739d430ac152 SHA512 f8ee95f1657674f2ce55b78e77648a189b256f4a9e871f66fade6777a870f8ce11ec06ef593a95eb25937d1f361587d4e938009b56f863ff9e464dfaeb23a9c8 +EBUILD lc-seekthru-9999.ebuild 396 BLAKE2B 044e85b93b085f3209f540d68dab9d701dea444849ffdf0e26ba65b1c4d6d78a325bafe9fa483b8d72d96e5384ae31a512b18bb6829835f69def4e53d3d0d1b9 SHA512 260147442af1108deb4e2172a9ac4031307956619a2d43fb68db88db36f14b47c3ccd15d5bc750ae084eb9611d73038f012a6743f9dd047b65e8d3112b904a01 MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc diff --git a/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild index 91b3e6432795..96a98b9db4bc 100644 --- a/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild +++ b/app-leechcraft/lc-seekthru/lc-seekthru-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -16,5 +16,6 @@ DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtxml:5 " RDEPEND="${DEPEND} - ~virtual/leechcraft-search-show-${PV} - ~virtual/leechcraft-downloader-http-${PV}" + ~virtual/leechcraft-search-show-${PV} + ~virtual/leechcraft-downloader-http-${PV} +" |