commit:     29fe858bc7cf3809ab572e6870b310f3a971c0e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 01:34:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 01:34:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=29fe858b

dev-dotnet/gudev-sharp: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{gudev-sharp-3.0-r1.ebuild => gudev-sharp-3.0-r2.ebuild} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild 
b/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild
similarity index 77%
rename from dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild
rename to dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild
index b1fa3e3..9757a93 100644
--- a/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild
+++ b/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
+
 inherit mono-env
 
 DESCRIPTION="GUDEV API C# binding"
@@ -11,14 +12,12 @@ 
SRC_URI="https://github.com/mono/${PN}/releases/download/3.0.0/${P}.tar.gz";
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-#gudev is not the flag of udev anymore
 RDEPEND="dev-dotnet/gtk-sharp:3
-       virtual/udev
-       virtual/libgudev"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+       dev-libs/libgudev
+       virtual/udev"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_install() {
        emake DESTDIR="${D}" install

Reply via email to