diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-12-16 16:28:18 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-12-16 16:28:18 +0000 |
commit | 1986b1e95e996a9511d9fa29a0545469a6bbcc31 (patch) | |
tree | 51c446edcaf642108a98860d36655659241e7416 /dev-db | |
parent | Add 5.0.0.3568, remove old files no longer used, and remove uneeded dep on li... (diff) | |
download | gentoo-2-1986b1e95e996a9511d9fa29a0545469a6bbcc31.tar.gz gentoo-2-1986b1e95e996a9511d9fa29a0545469a6bbcc31.tar.bz2 gentoo-2-1986b1e95e996a9511d9fa29a0545469a6bbcc31.zip |
Fixed USE flag dependency. (Bug 394749)
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/pgadmin3/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.14.0.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pgadmin3/pgadmin3-1.14.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/pgadmin3/ChangeLog b/dev-db/pgadmin3/ChangeLog index dab22ca19cd5..5941d492146b 100644 --- a/dev-db/pgadmin3/ChangeLog +++ b/dev-db/pgadmin3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/pgadmin3 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.68 2011/12/09 15:25:21 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/ChangeLog,v 1.69 2011/12/16 16:28:18 titanofold Exp $ + + 16 Dec 2011; Aaron W. Swenson <titanofold@gentoo.org> pgadmin3-1.14.0.ebuild, + pgadmin3-1.14.1.ebuild: + Fixed USE flag dependency. (Bug 394749) *pgadmin3-1.14.1 (09 Dec 2011) diff --git a/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild index 18016bf78d0c..b4a34f059267 100644 --- a/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.1 2011/11/12 15:36:39 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.0.ebuild,v 1.2 2011/12/16 16:28:18 titanofold Exp $ EAPI="4" @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="debug" -DEPEND="x11-libs/wxGTK:2.8[X] +DEPEND="x11-libs/wxGTK:2.8[X,debug=] >=dev-db/postgresql-base-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1" diff --git a/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild b/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild index beab70e1639a..a7e2a809ea19 100644 --- a/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild,v 1.1 2011/12/09 15:25:21 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.14.1.ebuild,v 1.2 2011/12/16 16:28:18 titanofold Exp $ EAPI="4" @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="debug" -DEPEND="x11-libs/wxGTK:2.8[X] +DEPEND="x11-libs/wxGTK:2.8[X,debug=] >=dev-db/postgresql-base-8.4.0 >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1" |