diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-04-07 11:05:14 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-04-07 11:05:14 +0000 |
commit | f913db5b21b0a1431bb3110d71e2e6c30a4eea62 (patch) | |
tree | 529faa1a10266e991d581129bcf05cc0fec33e5a /dev-db/flamerobin/flamerobin-0.8.6.ebuild | |
parent | revert from EAPI 2 to 0 again, see bug 265245 (diff) | |
download | gentoo-2-f913db5b21b0a1431bb3110d71e2e6c30a4eea62.tar.gz gentoo-2-f913db5b21b0a1431bb3110d71e2e6c30a4eea62.tar.bz2 gentoo-2-f913db5b21b0a1431bb3110d71e2e6c30a4eea62.zip |
Raise dependency for wxGTK, see bug 234817
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'dev-db/flamerobin/flamerobin-0.8.6.ebuild')
-rw-r--r-- | dev-db/flamerobin/flamerobin-0.8.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/flamerobin/flamerobin-0.8.6.ebuild b/dev-db/flamerobin/flamerobin-0.8.6.ebuild index 9790392422d5..4e7758bf65d3 100644 --- a/dev-db/flamerobin/flamerobin-0.8.6.ebuild +++ b/dev-db/flamerobin/flamerobin-0.8.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.6.ebuild,v 1.1 2008/03/19 19:33:09 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.8.6.ebuild,v 1.2 2009/04/07 11:05:14 fauli Exp $ inherit eutils wxwidgets @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="=x11-libs/wxGTK-2.6* +RDEPEND=">=x11-libs/wxGTK-2.6 dev-db/firebird" DEPEND="${RDEPEND}" |