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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8783F1581D8 for ; Mon, 18 Nov 2024 10:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876FEE0AF4; Mon, 18 Nov 2024 10:28:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7142DE0C35 for ; Mon, 18 Nov 2024 10:28:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A6FA341C25 for ; Mon, 18 Nov 2024 10:28:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D581F7A for ; Mon, 18 Nov 2024 10:28:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1731925714.8dcf9904c7bf94058f9738acc05dc8fb0dc53ab4.arthurzam@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.7.ebuild X-VCS-Directories: dev-db/phppgadmin/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8dcf9904c7bf94058f9738acc05dc8fb0dc53ab4 X-VCS-Branch: master Date: Mon, 18 Nov 2024 10:28:44 +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: 08c1d5ee-95e8-4cb6-ad8a-ca4668f90e81 X-Archives-Hash: 28cf9678b099ed3229b96ecc99093bef commit: 8dcf9904c7bf94058f9738acc05dc8fb0dc53ab4 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Nov 18 10:28:34 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Nov 18 10:28:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dcf9904 dev-db/phppgadmin: Stabilize 7.14.7 amd64, #943684 Signed-off-by: Arthur Zamarin gentoo.org> dev-db/phppgadmin/phppgadmin-7.14.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild b/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild index eb41f009a28a..b1b3a28b1ab1 100644 --- a/dev-db/phppgadmin/phppgadmin-7.14.7.ebuild +++ b/dev-db/phppgadmin/phppgadmin-7.14.7.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 @@ -12,7 +12,7 @@ HOMEPAGE="http://phppgadmin.sourceforge.net/" SRC_URI="https://github.com/ReimuHakurei/phpPgAdmin/archive/refs/tags/v${PV}-mod.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND="dev-lang/php[postgres,session,unicode]"