commit: 403afe49fc5d5afa2b4bee90a299fca42c1c1945 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Dec 14 16:24:01 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Dec 14 16:31:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403afe49
app-office/grisbi: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-office/grisbi/grisbi-3.0.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/grisbi/grisbi-3.0.4-r1.ebuild b/app-office/grisbi/grisbi-3.0.4-r1.ebuild index 127d5d3f7de5..ac5a5f420488 100644 --- a/app-office/grisbi/grisbi-3.0.4-r1.ebuild +++ b/app-office/grisbi/grisbi-3.0.4-r1.ebuild @@ -8,11 +8,11 @@ inherit gnome2 DESCRIPTION="Grisbi is a personal accounting application for Linux" HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi" SRC_URI="https://downloads.sourceforge.net/${PN}/grisbi%20stable/$(ver_cut 1-2).x/${P}.tar.bz2" -IUSE="goffice nls ofx ssl" - LICENSE="GPL-2+" + SLOT="0" KEYWORDS="amd64 ~ppc ~x86" +IUSE="goffice nls ofx ssl" RDEPEND=" dev-libs/glib:2
