summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2022-07-05 10:34:37 +0200
committerhaarp <main.haarp@gmail.com>2022-07-05 11:04:55 +0200
commitd97f061f5d7e655b38ac89c85f561bc5c15cb923 (patch)
treedad86aa3f465340c543a4705f9c614ab97af1a23
parentUpdate Doomseeker (diff)
downloadhaarp-d97f061f5d7e655b38ac89c85f561bc5c15cb923.tar.gz
haarp-d97f061f5d7e655b38ac89c85f561bc5c15cb923.tar.bz2
haarp-d97f061f5d7e655b38ac89c85f561bc5c15cb923.zip
xed: new pythons
Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r--app-editors/xed/Manifest2
-rw-r--r--app-editors/xed/xed-3.2.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest
index a747f51..63a510e 100644
--- a/app-editors/xed/Manifest
+++ b/app-editors/xed/Manifest
@@ -1,2 +1,2 @@
DIST xed-3.2.3.tar.gz 4532537 BLAKE2B 3551a33d57bafb913a5c206f90600bc08c42e58f6a4e8ac507ae82a38e22568c0d01378ee1551f39c27dc9061a51303da1b5014e7f939a86b00b6ade68f55635 SHA512 5e165b94f060b7a84eed3b6c7e7a7a1f1189697d8a4406653294f6af4104498ab373153a837dc4b17710c84045ec081a5a6f704fe55efd955d0e918b1cace91b
-EBUILD xed-3.2.3.ebuild 2074 BLAKE2B 44000aeba0320cf013ba101c44d704f403dd765145b117d90bddf0145a04c9f595eec2fc7e63cbe50ef246574a7aba6d5d6694a840454f3f28749bb64e084672 SHA512 963ea7e491dbda93761cb8e38ef33a63319e8b3e667dfa1a7de0b1e2a2029c6a60e2aaf890aa3b1d5f76126ec3aac5e13d68b7892b498ebd9a3bba82becac6bd
+EBUILD xed-3.2.3.ebuild 2076 BLAKE2B ea0bc97dc67bdeab3f77e8c7c8320f8ca94435180109d5175d5020bf97f09473aae3114248e0eceafdb3c1e4ce06ca6cabc736c3b198ea76c2456c912a933edd SHA512 df7d476efaff515b8e3033b8ed257a55ca34f2eec5f3cfd2df85642416b7687d71bffa53540e3cae108cf56e1ae25a0d9df0e34af36a73e340755219abaa5ce6
diff --git a/app-editors/xed/xed-3.2.3.ebuild b/app-editors/xed/xed-3.2.3.ebuild
index 0d61f3f..d00053d 100644
--- a/app-editors/xed/xed-3.2.3.ebuild
+++ b/app-editors/xed/xed-3.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
GNOME2_LA_PUNT="yes" # plugins are dlopened
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit eutils gnome2 meson multilib python-single-r1