diff options
author | 2018-07-25 10:09:31 +0200 | |
---|---|---|
committer | 2018-07-25 10:19:11 +0200 | |
commit | c4b758e6eabb82693018c0989acc7009cd4045a5 (patch) | |
tree | b9202c1266a959e34889b51087f14542890735c2 /app-editors/xed | |
parent | gzdoom: Use posix icon (diff) | |
download | haarp-c4b758e6eabb82693018c0989acc7009cd4045a5.tar.gz haarp-c4b758e6eabb82693018c0989acc7009cd4045a5.tar.bz2 haarp-c4b758e6eabb82693018c0989acc7009cd4045a5.zip |
Make editors compatible with newer python
Diffstat (limited to 'app-editors/xed')
-rw-r--r-- | app-editors/xed/Manifest | 4 | ||||
-rw-r--r-- | app-editors/xed/xed-1.6.3.ebuild | 2 | ||||
-rw-r--r-- | app-editors/xed/xed-1.8.3.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/xed/Manifest b/app-editors/xed/Manifest index 92a65b9..16e7021 100644 --- a/app-editors/xed/Manifest +++ b/app-editors/xed/Manifest @@ -1,4 +1,4 @@ DIST xed-1.6.3.tar.gz 3980046 BLAKE2B 9d390a4f3c88b47d237d7974cd6e4395f1a33e8da1bb1c5f73842ba0e665ad58f3cbac0987502b88abc8a102910deaebe926dbb7ed243d706c33aac2d41dd94f SHA512 919c26aec38f6f9c378527580327561242940bf2f654e5dd2b6bf5446580c76e6c4953bd27f3e946305e0a4842cc0dc78a34e6e33f6a03406d2143852f13b8f3 DIST xed-1.8.3.tar.gz 3953436 BLAKE2B 8deca12fb709f3a665b111d7b0f4395b575ce159ee5a69360f266f2f3d83a2da1b3da6cda20dd4d6669e93c99d51dd974fd27975d805cdfc9c907cf8598a195b SHA512 e596e9ead6642e3b5c0798375f39a7f3d4c177edb845ad3b1905f4f3cd71a46b939c0e1ac408daf634f9fb31746ba0ec7e61c073630d1bda7d74396de01102a5 -EBUILD xed-1.6.3.ebuild 2054 BLAKE2B c4b8d7a7831b7d96be2e0684ca014a4878e47096d0e5c03e2453e5d0e096d9ea9a9b644f305273f008a12db7492427daf43d0e509ec74b8a275dd1422c4317cc SHA512 93ff811e75ae0bd193d97e6e1bab113905d1397746f28369c4188e4047e61766c8f7f2654e4ab49e7b48474caf221c7a77369de988b013c2fff1a3bc3937f34e -EBUILD xed-1.8.3.ebuild 2062 BLAKE2B 70c398396821613db5ef82098e080552c41309a6d5682d633d3338cd6692f835846308811c10bb3fc43410910b21046a9c682902e09abf26f59751fbe78ea63f SHA512 5d8a2f73d281fe8f06927db5985a1436027b50a1fcfd84ecfa88289fe38a9c450681bd7da5dd149d64dad45547d38f9045af4b4bf3aa5cbd6634df8a2d3aac72 +EBUILD xed-1.6.3.ebuild 2054 BLAKE2B 2bf00d7ef7003348b70710f4f7032ce2f1217e91e9d7c2aa1c1683a528b7b26c21c1e827bf7c4002bf56e0ee890089af9469e4936c2873e671417c647aad088c SHA512 dcd6e4543a564fd2be1075bb7c697e618b82df067e0adaab6b4a1362f75ce7e11b4c040312df172f0f216d635b1b3a5655393707e5e5dc50ef31a786f88e9fe9 +EBUILD xed-1.8.3.ebuild 2062 BLAKE2B ea28221b545deabdfd1b9fa635b462679d892d6710f6989df5b0c5977409187fb1f765be424dc6139d21f4f0855b52603c2f50fdf24ba901e5312859f2b1e1c4 SHA512 fd53ba40313050ef2ae2d3511c52b4b87349b3bb04f9d71105b2a4afd35b937580941c2a91a9985583ce8f99d6483897e2f99438b8c96e1f5888db67dd7c8f2c diff --git a/app-editors/xed/xed-1.6.3.ebuild b/app-editors/xed/xed-1.6.3.ebuild index c99a91d..c5da5cc 100644 --- a/app-editors/xed/xed-1.6.3.ebuild +++ b/app-editors/xed/xed-1.6.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit autotools eutils gnome2 multilib python-single-r1 diff --git a/app-editors/xed/xed-1.8.3.ebuild b/app-editors/xed/xed-1.8.3.ebuild index e74150c..3534f57 100644 --- a/app-editors/xed/xed-1.8.3.ebuild +++ b/app-editors/xed/xed-1.8.3.ebuild @@ -3,7 +3,7 @@ EAPI="6" GNOME2_LA_PUNT="yes" # plugins are dlopened -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit autotools eutils gnome2 multilib python-single-r1 |