diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-30 16:37:15 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-04-30 16:37:15 +0000 |
commit | 67b9e4e220c7f6124f4f97baad052a2e6385388b (patch) | |
tree | 2ca4d2fa7a415027c0e73a0e9488ebddde1d4580 /x11-misc | |
parent | Fix deps. libxml++-2 <2.8.0-r1 has a b0rked SAX parser. (diff) | |
download | gentoo-2-67b9e4e220c7f6124f4f97baad052a2e6385388b.tar.gz gentoo-2-67b9e4e220c7f6124f4f97baad052a2e6385388b.tar.bz2 gentoo-2-67b9e4e220c7f6124f4f97baad052a2e6385388b.zip |
Fixed wxGTK dependency
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/jaffm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/jaffm/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/jaffm/jaffm-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/jaffm/jaffm-1.0.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/jaffm/ChangeLog b/x11-misc/jaffm/ChangeLog index bbeccc55c10f..88451ed775a3 100644 --- a/x11-misc/jaffm/ChangeLog +++ b/x11-misc/jaffm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/jaffm -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.5 2004/06/24 22:25:43 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/ChangeLog,v 1.6 2005/04/30 16:37:15 pythonhead Exp $ + + 30 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> jaffm-0.9.7.ebuild, + jaffm-1.0.ebuild: + Fixed dependency for wxGTK 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> jaffm-0.9.7.ebuild, jaffm-1.0.ebuild: diff --git a/x11-misc/jaffm/Manifest b/x11-misc/jaffm/Manifest index 687e1a51b0da..ee8782c80455 100644 --- a/x11-misc/jaffm/Manifest +++ b/x11-misc/jaffm/Manifest @@ -1,6 +1,6 @@ -MD5 796eff32292fa8d314fc5c4d5e72f0fa jaffm-0.9.7.ebuild 515 -MD5 32e4b73b8029375d79835b1173ceb651 jaffm-1.0.ebuild 513 MD5 45f00bd5fd4f50122f3d2d4719b8d905 ChangeLog 769 +MD5 9d7211b2f91ca6989911b796dbaa3aa4 jaffm-0.9.7.ebuild 515 +MD5 f70c3fd3faf33a0705f7dba5629a502c jaffm-1.0.ebuild 513 MD5 854ad93ffa90b305b1f1f87592698ed8 metadata.xml 167 MD5 342ed8c527db78452b9c10b3e6c23b66 files/digest-jaffm-0.9.7 62 MD5 d7dd08e0d28c3ed259b52711b75f7054 files/digest-jaffm-1.0 60 diff --git a/x11-misc/jaffm/jaffm-0.9.7.ebuild b/x11-misc/jaffm/jaffm-0.9.7.ebuild index 00f127f08835..9341b1aa5c87 100644 --- a/x11-misc/jaffm/jaffm-0.9.7.ebuild +++ b/x11-misc/jaffm/jaffm-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-0.9.7.ebuild,v 1.6 2005/02/11 18:31:02 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-0.9.7.ebuild,v 1.7 2005/04/30 16:37:15 pythonhead Exp $ DESCRIPTION="Just A F*****g File Manager" HOMEPAGE="http://jaffm.binary.is/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/wxGTK-2.4" +DEPEND="=x11-libs/wxGTK-2.4*" src_compile() { emake || die diff --git a/x11-misc/jaffm/jaffm-1.0.ebuild b/x11-misc/jaffm/jaffm-1.0.ebuild index 7e579320aa08..02869c537d35 100644 --- a/x11-misc/jaffm/jaffm-1.0.ebuild +++ b/x11-misc/jaffm/jaffm-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.0.ebuild,v 1.5 2005/02/11 18:31:02 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/jaffm/jaffm-1.0.ebuild,v 1.6 2005/04/30 16:37:15 pythonhead Exp $ DESCRIPTION="Just A F*****g File Manager" HOMEPAGE="http://jaffm.binary.is/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=x11-libs/wxGTK-2.4" +DEPEND="=x11-libs/wxGTK-2.4*" src_compile() { emake || die |