mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libpqxx: Fix VariableOrderWrong
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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:="
|
||||
|
||||
Reference in New Issue
Block a user