diff options
author | David Seifert <soap@gentoo.org> | 2022-03-09 15:43:08 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-09 15:43:08 +0100 |
commit | 8327e11b2644d120e1421b12c7c9915049ce9128 (patch) | |
tree | 29157038244459f06d4d921843b9f1d2d70f7e28 /dev-cpp/gtksourceviewmm | |
parent | profiles: last-rite dev-java/cortado (diff) | |
download | gentoo-8327e11b2644d120e1421b12c7c9915049ce9128.tar.gz gentoo-8327e11b2644d120e1421b12c7c9915049ce9128.tar.bz2 gentoo-8327e11b2644d120e1421b12c7c9915049ce9128.zip |
dev-cpp/gtksourceviewmm: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-cpp/gtksourceviewmm')
-rw-r--r-- | dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild (renamed from dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild) | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild index a44c29f5fc79..25437c7d3f99 100644 --- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild +++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=8 inherit gnome2 DESCRIPTION="C++ bindings for gtksourceview" HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView" +LICENSE="LGPL-2.1" +SLOT="3.0" KEYWORDS="amd64 ppc x86" IUSE="doc" -SLOT="3.0" -LICENSE="LGPL-2.1" RDEPEND=" >=dev-cpp/glibmm-2.46.1:2 @@ -23,12 +22,12 @@ RDEPEND=" dev-cpp/cairomm:0 dev-cpp/pangomm:1.4 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig doc? ( app-doc/doxygen ) " src_configure() { - DOCS="AUTHORS ChangeLog* NEWS README" gnome2_src_configure $(use_enable doc documentation) } |