diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-06-03 11:09:36 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-06-03 11:10:29 +0200 |
commit | 1821838c98613733da2fb2305febe7de72f3c40f (patch) | |
tree | a25ed2180b57067f0a8938a10c31da844f3db252 /net-misc/socat | |
parent | app-text/yodl: DEPEND => BDEPEND (diff) | |
download | gentoo-1821838c98613733da2fb2305febe7de72f3c40f.tar.gz gentoo-1821838c98613733da2fb2305febe7de72f3c40f.tar.bz2 gentoo-1821838c98613733da2fb2305febe7de72f3c40f.zip |
net-misc/socat: BDEPEND on app-text/yodl
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/socat')
-rw-r--r-- | net-misc/socat/socat-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/socat/socat-9999.ebuild b/net-misc/socat/socat-9999.ebuild index 2c12dbc3dc4f..7d28699e42fd 100644 --- a/net-misc/socat/socat-9999.ebuild +++ b/net-misc/socat/socat-9999.ebuild @@ -21,9 +21,11 @@ DEPEND=" readline? ( sys-libs/readline:= ) tcpd? ( sys-apps/tcp-wrappers ) " +BDEPEND=" + app-text/yodl +" DEPEND=" ${RDEPEND} - app-text/yodl " RESTRICT=" test |