mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/pgagent: Support wxGTK:3.0
Package-Manager: portage-2.2.23
This commit is contained in:
@@ -19,7 +19,7 @@ LICENSE="POSTGRESQL GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-db/postgresql-9.0.0
|
||||
RDEPEND=">=dev-db/postgresql-9.0.0:*
|
||||
x11-libs/wxGTK:${WX_GTK_VER}
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
@@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_PN}-${PV}-Source"
|
||||
src_prepare() {
|
||||
sed -e "s:share):share/${P}):" \
|
||||
-i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
|
||||
sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
|
||||
sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user