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 EF9181382C5 for ; Sat, 5 Dec 2020 17:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202C3E0908; Sat, 5 Dec 2020 17:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0828AE0908 for ; Sat, 5 Dec 2020 17:09:09 +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 8BF48341120 for ; Sat, 5 Dec 2020 17:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1080F38A for ; Sat, 5 Dec 2020 17:09:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607188141.5a5b7fc2b31574f6cfad022a877f327b818d0bbd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/libapreq2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/libapreq2/libapreq2-2.15-r1.ebuild www-apache/libapreq2/libapreq2-2.15.ebuild X-VCS-Directories: www-apache/libapreq2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a5b7fc2b31574f6cfad022a877f327b818d0bbd X-VCS-Branch: master Date: Sat, 5 Dec 2020 17:09:07 +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: 1611c381-8b9f-450a-bbc6-e7e99ece653c X-Archives-Hash: d687c3d5b60aa78887810d8ad23d95d7 commit: 5a5b7fc2b31574f6cfad022a877f327b818d0bbd Author: Sam James gentoo org> AuthorDate: Sat Dec 5 17:08:56 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 5 17:09:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5b7fc2 www-apache/libapreq2: add ssl dep Closes: https://bugs.gentoo.org/755203 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> .../libapreq2/{libapreq2-2.15.ebuild => libapreq2-2.15-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-apache/libapreq2/libapreq2-2.15.ebuild b/www-apache/libapreq2/libapreq2-2.15-r1.ebuild similarity index 94% rename from www-apache/libapreq2/libapreq2-2.15.ebuild rename to www-apache/libapreq2/libapreq2-2.15-r1.ebuild index 03aadcb290e..84e5b1b4d38 100644 --- a/www-apache/libapreq2/libapreq2-2.15.ebuild +++ b/www-apache/libapreq2/libapreq2-2.15-r1.ebuild @@ -16,6 +16,11 @@ IUSE="perl test" RESTRICT="!test? ( test )" RDEPEND=" + || ( + dev-libs/apr-util[openssl] + dev-libs/apr-util[libressl] + dev-libs/apr-util[nss] + ) perl? ( >=dev-perl/ExtUtils-XSBuilder-0.23 virtual/perl-version