commit: a9a0766cab036c8e5e831fe6e3afb543b690cf3e Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Tue Jul 22 18:28:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 22 19:41:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a0766c
dev-util/geany: themes from geany-themes are now included Closes: https://bugs.gentoo.org/960535 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43109 Closes: https://github.com/gentoo/gentoo/pull/43109 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/geany/geany-2.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/geany/geany-2.1.ebuild b/dev-util/geany/geany-2.1.ebuild index 358c90b387f5..aa1c37b6d7e2 100644 --- a/dev-util/geany/geany-2.1.ebuild +++ b/dev-util/geany/geany-2.1.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://download.geany.org/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" fi -LICENSE="GPL-2+ HPND" +LICENSE="GPL-2+ HPND LGPL-2+ LGPL-2.1+" SLOT="0" IUSE="+vte wayland X" @@ -27,6 +27,7 @@ BDEPEND="virtual/pkgconfig" RDEPEND=" >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.24:3[wayland?,X?] + !x11-themes/geany-themes vte? ( x11-libs/vte:2.91 ) " DEPEND="
