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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2337E158094 for ; Sun, 17 Jul 2022 17:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6320CE0B4E; Sun, 17 Jul 2022 17:49:16 +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 43C30E0B4E for ; Sun, 17 Jul 2022 17:49:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CC4A340CD8 for ; Sun, 17 Jul 2022 17:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B150326 for ; Sun, 17 Jul 2022 17:49:13 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1658080131.7c5f6133dc97ec678e6480aa49916e7af79f7459.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/moonbridge/moonbridge-1.0.1.ebuild X-VCS-Directories: www-servers/moonbridge/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 7c5f6133dc97ec678e6480aa49916e7af79f7459 X-VCS-Branch: master Date: Sun, 17 Jul 2022 17:49:13 +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: 6d55f2c4-c97b-4382-be3b-200d9f027ff7 X-Archives-Hash: 7a9be64626d7e9b21d4c12f24809393e commit: 7c5f6133dc97ec678e6480aa49916e7af79f7459 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Jul 17 17:48:51 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jul 17 17:48:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f6133 www-servers/moonbridge: fix DEPS Closes: https://bugs.gentoo.org/857693 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> www-servers/moonbridge/moonbridge-1.0.1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www-servers/moonbridge/moonbridge-1.0.1.ebuild b/www-servers/moonbridge/moonbridge-1.0.1.ebuild index c718ae8e1f34..268658581d2e 100644 --- a/www-servers/moonbridge/moonbridge-1.0.1.ebuild +++ b/www-servers/moonbridge/moonbridge-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,13 +23,14 @@ DEPEND=" dev-libs/libbsd" RDEPEND="${DEPEND}" BDEPEND="sys-devel/pmake + sys-apps/lsb-release virtual/pkgconfig" S="${WORKDIR}"/${MYP} PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch - "${FILESDIR}"/${P}-fcntl.patch + "${FILESDIR}"/${P}-gentoo.patch + "${FILESDIR}"/${P}-fcntl.patch ) DOCS=( README reference.txt )