summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2022-07-17 19:48:51 +0200
committerAlfredo Tupone <tupone@gentoo.org>2022-07-17 19:48:51 +0200
commit7c5f6133dc97ec678e6480aa49916e7af79f7459 (patch)
treedb2e8d00d8802221072a7dcbfccee01e96753536 /www-servers/moonbridge
parentnet-misc/wget2: fix libwget version and documentation build (diff)
downloadgentoo-7c5f6133dc97ec678e6480aa49916e7af79f7459.tar.gz
gentoo-7c5f6133dc97ec678e6480aa49916e7af79f7459.tar.bz2
gentoo-7c5f6133dc97ec678e6480aa49916e7af79f7459.zip
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@gentoo.org>
Diffstat (limited to 'www-servers/moonbridge')
-rw-r--r--www-servers/moonbridge/moonbridge-1.0.1.ebuild7
1 files 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 )