From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11B0C138334 for ; Thu, 7 Nov 2019 06:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B650BE08E8; Thu, 7 Nov 2019 06:08:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67EFDE08E8 for ; Thu, 7 Nov 2019 06:08:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E935234C9F5 for ; Thu, 7 Nov 2019 06:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88BC896 for ; Thu, 7 Nov 2019 06:08:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1573106873.0573ed7ab687c77ad0cd662788569f433fad0f8d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild X-VCS-Directories: net-irc/atheme-services/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0573ed7ab687c77ad0cd662788569f433fad0f8d X-VCS-Branch: master Date: Thu, 7 Nov 2019 06:08:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52583f55-1912-42f7-9815-ef77c30c5b56 X-Archives-Hash: 1ee354dc5ce0057db83287b486f11cc1 commit: 0573ed7ab687c77ad0cd662788569f433fad0f8d Author: Wade Cline hotmail com> AuthorDate: Tue Nov 5 05:45:17 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 7 06:07:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0573ed7a net-irc/atheme-services: Fix missing serno.h Closes: https://bugs.gentoo.org/665802 Signed-off-by: Wade Cline hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/13552 Signed-off-by: Joonas Niilola gentoo.org> net-irc/atheme-services/atheme-services-7.2.10_p2.ebuild | 1 + 1 file changed, 1 insertion(+) 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 90d919e5357..370851d3ea4 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)