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 9D5BE139083 for ; Wed, 6 Sep 2017 10:59:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1EF3E0DFE; Wed, 6 Sep 2017 10:59:32 +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 C0786E0DFE for ; Wed, 6 Sep 2017 10:59:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7BA24341236 for ; Wed, 6 Sep 2017 10:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EDBA8C0F for ; Wed, 6 Sep 2017 10:59:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504695510.b9ef2de93196903dbd9fd7be908c9d8cfc7eb7d6.mgorny@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.9-r1.ebuild net-irc/atheme-services/atheme-services-7.2.9.ebuild X-VCS-Directories: net-irc/atheme-services/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b9ef2de93196903dbd9fd7be908c9d8cfc7eb7d6 X-VCS-Branch: master Date: Wed, 6 Sep 2017 10:59:30 +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-Archives-Salt: 707e0735-5d8b-4e96-a94e-9652646a943a X-Archives-Hash: bd13bb5fed18f2c5161ec8ecbd90940a commit: b9ef2de93196903dbd9fd7be908c9d8cfc7eb7d6 Author: Wade Cline hotmail com> AuthorDate: Sun Sep 3 20:40:51 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 10:58:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ef2de9 net-irc/atheme-services: Revbump to 7.2.9-r1 Make atheme depend on the slot 2 version of libmowgli rather than slot 0. Bug: https://bugs.gentoo.org/629644 .../{atheme-services-7.2.9.ebuild => atheme-services-7.2.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/atheme-services/atheme-services-7.2.9.ebuild b/net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild similarity index 98% rename from net-irc/atheme-services/atheme-services-7.2.9.ebuild rename to net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild index 70684a5915f..5fcdc6534d3 100644 --- a/net-irc/atheme-services/atheme-services-7.2.9.ebuild +++ b/net-irc/atheme-services/atheme-services-7.2.9-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="cracklib largenet ldap nls +pcre perl profile ssl" S="${WORKDIR}/atheme-${PV}" -RDEPEND=">=dev-libs/libmowgli-2.1.0:0 +RDEPEND=">=dev-libs/libmowgli-2.1.0:2 cracklib? ( sys-libs/cracklib ) ldap? ( net-nds/openldap ) perl? ( dev-lang/perl )