summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Cline <wadecline@hotmail.com>2019-11-04 21:45:17 -0800
committerJoonas Niilola <juippis@gentoo.org>2019-11-07 08:07:53 +0200
commit0573ed7ab687c77ad0cd662788569f433fad0f8d (patch)
treee736b30bc57f4faa4f28e9596d9a67cda30d723e
parentsys-libs/libxcrypt: Fix tests in 4.4.10-r1 (diff)
downloadgentoo-0573ed7ab687c77ad0cd662788569f433fad0f8d.tar.gz
gentoo-0573ed7ab687c77ad0cd662788569f433fad0f8d.tar.bz2
gentoo-0573ed7ab687c77ad0cd662788569f433fad0f8d.zip
net-irc/atheme-services: Fix missing serno.h
Closes: https://bugs.gentoo.org/665802 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/13552 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild b/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
index 90d919e53571..370851d3ea41 100644
--- a/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild
@@ -25,6 +25,7 @@ RDEPEND=">=dev-libs/libmowgli-2.1.0:2
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}
+ dev-vcs/git
virtual/pkgconfig"
PATCHES=("${FILESDIR}"/${P}-configure-logdir.patch)