Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
Date: Sat, 24 Oct 2015 10:49:38
Message-Id: 1445683755.2e90596e0e52f3b045d59a7d726ac3aef2360e2d.pacho@gentoo
1 commit: 2e90596e0e52f3b045d59a7d726ac3aef2360e2d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 24 10:49:15 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 24 10:49:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e90596e
7
8 dev-db/pgagent: Support wxGTK:3.0
9
10 Package-Manager: portage-2.2.23
11
12 dev-db/pgagent/pgagent-3.4.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
16 index 3df4def..42326ee 100644
17 --- a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
18 +++ b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="POSTGRESQL GPL-2"
20 SLOT="0"
21 IUSE=""
22
23 -RDEPEND=">=dev-db/postgresql-9.0.0
24 +RDEPEND=">=dev-db/postgresql-9.0.0:*
25 x11-libs/wxGTK:${WX_GTK_VER}
26 "
27 DEPEND="${RDEPEND}
28 @@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_PN}-${PV}-Source"
29 src_prepare() {
30 sed -e "s:share):share/${P}):" \
31 -i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
32 - sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
33 + sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
34 }
35
36 src_configure() {