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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5317C158095 for ; Sat, 23 Jul 2022 12:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DA15E0DC4; Sat, 23 Jul 2022 12:50:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA837E0DC4 for ; Sat, 23 Jul 2022 12:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBCE7340FA9 for ; Sat, 23 Jul 2022 12:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1F3552 for ; Sat, 23 Jul 2022 12:50:26 +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: <1658580618.16088358795054f533a05d7c7b84f2ade3d6eb09.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mcrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild X-VCS-Directories: dev-php/pecl-mcrypt/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 16088358795054f533a05d7c7b84f2ade3d6eb09 X-VCS-Branch: master Date: Sat, 23 Jul 2022 12:50:26 +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: 75521409-ee51-435f-bdeb-c389ea9e4328 X-Archives-Hash: 7daeb18a458ec46d7a8bfef43a4be625 commit: 16088358795054f533a05d7c7b84f2ade3d6eb09 Author: Joonas Niilola gentoo org> AuthorDate: Sat Jul 23 12:45:52 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Jul 23 12:50:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16088358 dev-php/pecl-mcrypt: add missing dependency to 1.0.5 Signed-off-by: Joonas Niilola gentoo.org> dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild index 5fff5542bd89..364bbc894e73 100644 --- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild +++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.5.ebuild @@ -17,7 +17,8 @@ LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -DEPEND="dev-libs/libmcrypt" +DEPEND="dev-libs/libltdl + dev-libs/libmcrypt" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}"