dev-dotnet/gtk-sharp: bump to EAPI 7

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger
2022-05-07 15:27:34 +02:00
parent 90ca7ccbd8
commit 092f0e57a7
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
DIST gtk-sharp-2.99.3.zip 3967326 BLAKE2B 0ecacd0460256adbb03e9578946362560648fce6ca6fe402b97b53d34efae476e9a1c02f6d00245fc854694ddfe3e613f04e56f9b07e8ceda1fc01f4c351d663 SHA512 2c149456f9beaf41a7d9e47c3a3720fc71484ad18842ffba4c95bb904dc1c53932fbdfd2eba8820c668947b8d4599dd3b5ce73b2584c1194c4dab8991a55c18a
DIST gtk-sharp-2.99.3.tar.gz 2319079 BLAKE2B 8af1fd7123ba4e4c17e54d9e87e615c38574c8db23a87374c17b8600f8c5c01e649246eb819930d32c9e0708f562618e0be3cf35a44ee6feeb4e5029eedbba19 SHA512 df643edbe61eeea9f12349b5f467e8bb5eb68e72f2d6b9978daed42a5deff1ca33b1869c7a24f4c15bdc472bc368e7432ad18e7db6e0b39cd93eacdcc750efd9

View File

@@ -1,16 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit dotnet autotools
SLOT="3"
DESCRIPTION="gtk bindings for mono"
LICENSE="GPL-2"
HOMEPAGE="https://www.mono-project.com/GtkSharp"
HOMEPAGE="https://www.mono-project.com/docs/gui/gtksharp/"
KEYWORDS="~amd64 ~ppc ~x86"
SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
IUSE="debug"
PATCHES=( "${FILESDIR}/${P}-fix-build.patch" )
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
src_prepare() {
base_src_prepare
eautoreconf
libtoolize
_elibtoolize
eapply "${FILESDIR}/${P}-fix-build.patch"
eapply_user
}