summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-29 12:06:53 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-29 12:41:51 +0200
commit4f6906d414a514077954642d6b50890a9e8da411 (patch)
treef87dfae39438e448cb38df83bcaa1a5b2805c124 /app-misc
parentmedia-gfx/netgen: drop 6.2.2301 (diff)
downloadgentoo-4f6906d414a514077954642d6b50890a9e8da411.tar.gz
gentoo-4f6906d414a514077954642d6b50890a9e8da411.tar.bz2
gentoo-4f6906d414a514077954642d6b50890a9e8da411.zip
app-misc/bijiben: Support python 3.12
Update EAPI and HOMEPAGE Closes: https://bugs.gentoo.org/929328 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/bijiben/bijiben-40.1-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/bijiben/bijiben-40.1-r2.ebuild b/app-misc/bijiben/bijiben-40.1-r2.ebuild
index 5ffca96a130d..2eaa9cd4f86e 100644
--- a/app-misc/bijiben/bijiben-40.1-r2.ebuild
+++ b/app-misc/bijiben/bijiben-40.1-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
inherit gnome.org gnome2-utils meson python-any-r1 xdg
DESCRIPTION="Note editor designed to remain simple to use"
-HOMEPAGE="https://wiki.gnome.org/Apps/Notes"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-notes"
LICENSE="GPL-3+"
SLOT="0"