diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2024-04-26 23:28:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-27 08:41:57 +0200 |
commit | 92043d12f8f91deb5c00d52a8f6fdbcef81c3770 (patch) | |
tree | b1679c00d9312789488771585ee49b4bbc824890 /app-editors | |
parent | app-editors/remarkable: drop 1.9.0_pre20210320-r2 (diff) | |
download | gentoo-92043d12f8f91deb5c00d52a8f6fdbcef81c3770.tar.gz gentoo-92043d12f8f91deb5c00d52a8f6fdbcef81c3770.tar.bz2 gentoo-92043d12f8f91deb5c00d52a8f6fdbcef81c3770.zip |
app-editors/remarkable: enable py3.12
Closes: https://bugs.gentoo.org/929300
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/36446
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild index 1525913a442f..f35866eca613 100644 --- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild +++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1 DESCRIPTION="Fully featured markdown editor, supports github markdown dialect" |