commit:     d2f7f7804df3221b35ab2c761ff8c85252223649
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Jan 30 01:45:16 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jan 30 01:45:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2f7f780

x11-misc/gobble: remove rust DEPEND
The ebuild inherits cargo, so it is not needed

Closes: https://bugs.gentoo.org/877591
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 x11-misc/gobble/{gobble-1.2.ebuild => gobble-1.2-r1.ebuild} | 13 +++----------
 x11-misc/gobble/metadata.xml                                |  2 +-
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/x11-misc/gobble/gobble-1.2.ebuild 
b/x11-misc/gobble/gobble-1.2-r1.ebuild
similarity index 88%
rename from x11-misc/gobble/gobble-1.2.ebuild
rename to x11-misc/gobble/gobble-1.2-r1.ebuild
index c26b80282..00f552949 100644
--- a/x11-misc/gobble/gobble-1.2.ebuild
+++ b/x11-misc/gobble/gobble-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,21 +27,14 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-DEPEND="
-       >=dev-lang/rust-1.52.0
+RDEPEND="
        x11-libs/libxcb
        doc? (
                app-text/pandoc
                app-arch/gzip
        )
 "
-BDEPEND="
-       $DEPEND
-"
-RDEPEND="
-       $DEPEND
-       !x11-misc/$PN-bin
-"
+DEPEND="${DEPEND}"
 
 QA_FLAGS_IGNORED="usr/bin/.*"
 

diff --git a/x11-misc/gobble/metadata.xml b/x11-misc/gobble/metadata.xml
index d901ae4e0..2cc21cb96 100644
--- a/x11-misc/gobble/metadata.xml
+++ b/x11-misc/gobble/metadata.xml
@@ -8,6 +8,6 @@
        <upstream>
                <doc>https://github.com/EmperorPenguin18/gobble</doc>
                
<bugs-to>https://github.com/EmperorPenguin18/gobble/issues</bugs-to>
+               <remote-id type="github">EmperorPenguin18/gobble</remote-id>
        </upstream>
 </pkgmetadata>
-

Reply via email to