diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /dev-util/xesam-tools | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-util/xesam-tools')
-rw-r--r-- | dev-util/xesam-tools/Manifest | 2 | ||||
-rw-r--r-- | dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild (renamed from dev-util/xesam-tools/xesam-tools-0.7.0-r1.ebuild) | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/xesam-tools/Manifest b/dev-util/xesam-tools/Manifest index fdec0e6b8213..fc0be915fb8f 100644 --- a/dev-util/xesam-tools/Manifest +++ b/dev-util/xesam-tools/Manifest @@ -1,3 +1,3 @@ DIST xesam-tools-0.7.0.tar.gz 73173 BLAKE2B f1d8f69d18bd72db4ca40131be8c2e9eac8752d18d8958e343e0c6dd5e49b7a6d89399aec4e4306d2f3c35fddbf4530deff4f9fd09ed0c47b2cc59694ff6baec SHA512 3428e18eb52fa205bca872c8b0b1f12f01f58a8fb43239bc2cc78fe52f9903940702dae4116d4775340b69ec949ad2198b57c0c1246fe58dd8ed8b7a6562bf71 -EBUILD xesam-tools-0.7.0-r1.ebuild 879 BLAKE2B 46453a248273d6f4a1e5ba43917b21fb7efa2cee44038829a70dcbebf3a34a3c0d1214fbfe94946908d6dd5b8c61ca0cefa4b6ba419cdf4db398548ec8b050d1 SHA512 cfd2a453e5c22d48c71771bd2934de05014ff50d7e7410ccd2cb09126017436296b66429245e843ac2338f6a36410521c8038c97ec72b5677e49fa4ea18235da +EBUILD xesam-tools-0.7.0-r2.ebuild 931 BLAKE2B 6b2348f992d753188d48a480edae1bb5b91dba9bf73baa37984d80eda63b6c3ddda1187370d7b97951ebaa98de2c2bab03f144db85449d480febf2b5031d996f SHA512 c90f690219d0a67c3cb38cd1d7816949a2f32e54addb992b5384ba8c1dd481e527191e6d3cb677c3d9ff4ad539e9134efd5ac634751af3d545baa806ef04ab82 MISC metadata.xml 392 BLAKE2B 3ae2a8f256053d6fa0322ea781210ecc3e225bb0eb67e53edfca71a6dc57fb8e5bd283a1b839f25f8bc3bfaf526a88acc4f1d8c83a8cfabc5a90d0883a995a61 SHA512 10e2dafc4fdaa7f851db74280e47df4f37885d2919383d15f9d51004858d3221178052d55c6fe53fcab101389c1ed028c1d9c4e7ca72360c4620c563ae2a7cdf diff --git a/dev-util/xesam-tools/xesam-tools-0.7.0-r1.ebuild b/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild index a32e8c07ccd7..676f69b8e2bd 100644 --- a/dev-util/xesam-tools/xesam-tools-0.7.0-r1.ebuild +++ b/dev-util/xesam-tools/xesam-tools-0.7.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,9 +19,12 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" DEPEND="" -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk[${PYTHON_USEDEP}]" +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}] + dev-python/pygtk[${PYTHON_MULTI_USEDEP}] + ')" pkg_setup() { python-single-r1_pkg_setup |