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 EF51E158451 for ; Sat, 13 Jan 2024 08:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90C6FE2A14; Sat, 13 Jan 2024 08:44:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74856E2A0F for ; Sat, 13 Jan 2024 08:44:03 +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 6A6F23430C3 for ; Sat, 13 Jan 2024 08:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E6295D for ; Sat, 13 Jan 2024 08:44:00 +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: <1705135357.482eda59922500f48d81a756bb66f90aa0a7835e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/phppgadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/phppgadmin/phppgadmin-7.14.5.ebuild X-VCS-Directories: dev-db/phppgadmin/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 482eda59922500f48d81a756bb66f90aa0a7835e X-VCS-Branch: master Date: Sat, 13 Jan 2024 08:44:00 +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: b8a7d078-6c5d-4a05-8c65-44cad0c70dde X-Archives-Hash: fdf64600a9175c6bb0294947b13dcf73 commit: 482eda59922500f48d81a756bb66f90aa0a7835e Author: Alfredo Tupone gentoo org> AuthorDate: Sat Jan 13 08:31:44 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Jan 13 08:42:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482eda59 dev-db/phppgadmin: EmptyGlobalAssignment Signed-off-by: Alfredo Tupone gentoo.org> dev-db/phppgadmin/phppgadmin-7.14.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-db/phppgadmin/phppgadmin-7.14.5.ebuild b/dev-db/phppgadmin/phppgadmin-7.14.5.ebuild index e0f1422ca113..757b78ffd1a9 100644 --- a/dev-db/phppgadmin/phppgadmin-7.14.5.ebuild +++ b/dev-db/phppgadmin/phppgadmin-7.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,6 @@ SRC_URI="https://github.com/ReimuHakurei/phpPgAdmin/archive/refs/tags/v${PV}-mod LICENSE="GPL-2" KEYWORDS="~amd64" -IUSE="" RDEPEND="dev-lang/php[postgres,session,unicode]"