commit:     5675155f94a3be59d7dc53791275b44f24115346
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jun 22 21:42:50 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Jun 22 22:54:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5675155f

net-misc/clatd: add dev-lang/perl to BDEPEND

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 net-misc/clatd/clatd-1.6.ebuild   | 11 +++++++----
 net-misc/clatd/clatd-2.1.0.ebuild |  9 ++++++---
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/net-misc/clatd/clatd-1.6.ebuild b/net-misc/clatd/clatd-1.6.ebuild
index 5afaab8b17..8787d907e5 100644
--- a/net-misc/clatd/clatd-1.6.ebuild
+++ b/net-misc/clatd/clatd-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,8 +13,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+COMMON_DEPEND="dev-lang/perl"
+RDEPEND="
+       ${COMMON_DEPEND}
        dev-perl/Net-IP
        dev-perl/Net-DNS
        virtual/perl-IO-Socket-IP
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
        net-firewall/iptables
        net-proxy/tayga
 "
+BEPEND="${COMMON_DEPEND}"
 
 src_compile() {
-       pod2man --name clatd --center "clatd - a CLAT implementation for Linux" 
--section 8 README.pod > clatd.8
+       pod2man --name clatd --center "clatd - a CLAT implementation for Linux" 
\
+       --section 8 README.pod > clatd.8 || die
 }
 
 src_install() {

diff --git a/net-misc/clatd/clatd-2.1.0.ebuild 
b/net-misc/clatd/clatd-2.1.0.ebuild
index d66a5ce04f..ea8e969ebb 100644
--- a/net-misc/clatd/clatd-2.1.0.ebuild
+++ b/net-misc/clatd/clatd-2.1.0.ebuild
@@ -13,8 +13,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
+COMMON_DEPEND="dev-lang/perl"
+RDEPEND="
+       ${COMMON_DEPEND}
        dev-perl/Net-IP
        dev-perl/Net-DNS
        dev-perl/JSON
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
        net-firewall/iptables
        net-proxy/tayga
 "
+BEPEND="${COMMON_DEPEND}"
 
 src_compile() {
-       pod2man --name clatd --center "clatd - a CLAT implementation for Linux" 
--section 8 README.pod > clatd.8
+       pod2man --name clatd --center "clatd - a CLAT implementation for Linux" 
\
+       --section 8 README.pod > clatd.8 || die
 }
 
 src_install() {

Reply via email to