commit:     98659c7cf94c47d3d3e3b6384d2fe544b8e8262e
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Mon May 20 09:21:47 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Mon May 20 09:21:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98659c7c

app-misc/dbf: fix RDEPEND

Closes: https://bugs.gentoo.org/932179
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 app-misc/dbf/dbf-0.9.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-misc/dbf/dbf-0.9.0.ebuild b/app-misc/dbf/dbf-0.9.0.ebuild
index 924daba241..f25c2a1b97 100644
--- a/app-misc/dbf/dbf-0.9.0.ebuild
+++ b/app-misc/dbf/dbf-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -19,9 +19,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc"
 
+RDEPEND="dev-libs/libdbf"
+
 DEPEND="${RDEPEND}
        dev-perl/XML-Parser
-       dev-libs/libdbf
        doc? ( app-text/docbook-sgml-utils )
        virtual/pkgconfig"
 

Reply via email to