commit: 4f6906d414a514077954642d6b50890a9e8da411 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 29 10:06:53 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 29 10:41:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6906d4
app-misc/bijiben: Support python 3.12 Update EAPI and HOMEPAGE Closes: https://bugs.gentoo.org/929328 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-misc/bijiben/bijiben-40.1-r2.ebuild | 8 ++++---- 1 file 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"
