commit:     7c5f6133dc97ec678e6480aa49916e7af79f7459
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 17:48:51 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 17:48:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f6133

www-servers/moonbridge: fix DEPS

Closes: https://bugs.gentoo.org/857693
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 www-servers/moonbridge/moonbridge-1.0.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-servers/moonbridge/moonbridge-1.0.1.ebuild 
b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
index c718ae8e1f34..268658581d2e 100644
--- a/www-servers/moonbridge/moonbridge-1.0.1.ebuild
+++ b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -23,13 +23,14 @@ DEPEND="
        dev-libs/libbsd"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/pmake
+       sys-apps/lsb-release
        virtual/pkgconfig"
 
 S="${WORKDIR}"/${MYP}
 
 PATCHES=(
-    "${FILESDIR}"/${P}-gentoo.patch
-    "${FILESDIR}"/${P}-fcntl.patch
+       "${FILESDIR}"/${P}-gentoo.patch
+       "${FILESDIR}"/${P}-fcntl.patch
 )
 
 DOCS=( README reference.txt )

Reply via email to