diff options
author | haarp <main.haarp@gmail.com> | 2022-02-09 13:21:00 +0100 |
---|---|---|
committer | haarp <main.haarp@gmail.com> | 2022-02-09 13:25:29 +0100 |
commit | c5c95f798a1e61edea06738f2c8146ee2e544ac1 (patch) | |
tree | c3740b3938b9a0b1ee05026945caf1e0ee9e81b2 /app-editors | |
parent | Fix xed after Gentoo renamed xapps, update (diff) | |
download | haarp-c5c95f798a1e61edea06738f2c8146ee2e544ac1.tar.gz haarp-c5c95f798a1e61edea06738f2c8146ee2e544ac1.tar.bz2 haarp-c5c95f798a1e61edea06738f2c8146ee2e544ac1.zip |
Fix xed python stuff
Signed-off-by: haarp <main.haarp@gmail.com>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/xed/Manifest | 2 | ||||
-rw-r--r-- | app-editors/xed/xed-3.2.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest index ec6e511..155b10d 100644 --- a/app-editors/xed/Manifest +++ b/app-editors/xed/Manifest @@ -1,2 +1,2 @@ DIST xed-3.2.2.tar.gz 4542839 BLAKE2B 38481f68ba5279b7e1af361a783700d301b3e8d830c66b78e178283ae9e804ad2632ad6942d6367d02a1c084cfd69d3eb8df8702f0a7611ab94046e7ec9d7e47 SHA512 afae9e81589cac4907f5b40f1cf8ec25f9d3691258596cac2a4956647578632ea0a0f2ee874c582d08d78ec76d49ea038b7b784282bf0aac534bcd3a4eb4572f -EBUILD xed-3.2.2.ebuild 2086 BLAKE2B 49d0378f9264b56fd88beb18929f0e6dd31a17c8b52e101f3b26e06b270425de55989298b7adf9bfdd6274abfadd063b1b625b45c0fe73b998140e95ee703866 SHA512 56b8e547cd27f62f4c852c6bf95377ee87b41d106da77b43b12e0a718f85a6cfcebe692edf103a826e76d54cfdebe6d24e6a0bd6b5cfc65d576e99c0dc21518f +EBUILD xed-3.2.2.ebuild 2074 BLAKE2B 44000aeba0320cf013ba101c44d704f403dd765145b117d90bddf0145a04c9f595eec2fc7e63cbe50ef246574a7aba6d5d6694a840454f3f28749bb64e084672 SHA512 963ea7e491dbda93761cb8e38ef33a63319e8b3e667dfa1a7de0b1e2a2029c6a60e2aaf890aa3b1d5f76126ec3aac5e13d68b7892b498ebd9a3bba82becac6bd diff --git a/app-editors/xed/xed-3.2.2.ebuild b/app-editors/xed/xed-3.2.2.ebuild index d751158..0d61f3f 100644 --- a/app-editors/xed/xed-3.2.2.ebuild +++ b/app-editors/xed/xed-3.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -39,8 +39,8 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pycairo[${PYTHON_MULTI_USEDEP}] - >=dev-python/pygobject-3:3[cairo,${PYTHON_MULTI_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] dev-libs/libpeas[${PYTHON_SINGLE_USEDEP}] ') ) |