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 3490715817D for ; Tue, 11 Jun 2024 17:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B54E2B5F; Tue, 11 Jun 2024 17:02:46 +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 54C30E2B5F for ; Tue, 11 Jun 2024 17:02:46 +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 99BB9335D7B for ; Tue, 11 Jun 2024 17:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 334E81BD9 for ; Tue, 11 Jun 2024 17:02:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718125343.9d3c44dd96c878398d58d001fa9d8ba9a3a302e5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpqxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpqxx/libpqxx-7.7.5.ebuild X-VCS-Directories: dev-libs/libpqxx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9d3c44dd96c878398d58d001fa9d8ba9a3a302e5 X-VCS-Branch: master Date: Tue, 11 Jun 2024 17:02:43 +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: 0d6517f8-d8d5-4b74-8260-3b8c3a7b530e X-Archives-Hash: 62b3389b2247ec71f67aec822d4ae261 commit: 9d3c44dd96c878398d58d001fa9d8ba9a3a302e5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 11 16:58:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 11 17:02:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3c44dd dev-libs/libpqxx: Fix VariableOrderWrong Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libpqxx/libpqxx-7.7.5.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild index 811fb9297c92..1778b09b128b 100644 --- a/dev-libs/libpqxx/libpqxx-7.7.5.ebuild +++ b/dev-libs/libpqxx/libpqxx-7.7.5.ebuild @@ -6,15 +6,14 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1 -KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" - DESCRIPTION="Standard front-end for writing C++ programs that use PostgreSQL" +HOMEPAGE="https://pqxx.org/development/libpqxx/" SRC_URI="https://github.com/jtv/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://pqxx.org/development/libpqxx/" LICENSE="BSD" # SONAME version is equal to major.minor SLOT="0/$(ver_cut 1-2)" +KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="doc static-libs" RDEPEND="dev-db/postgresql:="