summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/fme/ChangeLog8
-rw-r--r--x11-misc/fme/fme-1.1.0.ebuild12
-rw-r--r--x11-misc/fme/fme-1.1.2.ebuild10
3 files changed, 18 insertions, 12 deletions
diff --git a/x11-misc/fme/ChangeLog b/x11-misc/fme/ChangeLog
index a2bcd89b8db2..93aaf3ad00fe 100644
--- a/x11-misc/fme/ChangeLog
+++ b/x11-misc/fme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/fme
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.7 2010/05/06 11:18:59 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/ChangeLog,v 1.8 2011/03/29 06:13:46 nirbheek Exp $
+
+ 29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> fme-1.1.0.ebuild,
+ fme-1.1.2.ebuild:
+ Fix slot-dep on gnome-mm libs
06 May 2010; Samuli Suominen <ssuominen@gentoo.org> fme-1.1.2.ebuild,
+files/fme-1.1.2-gcc45.patch:
diff --git a/x11-misc/fme/fme-1.1.0.ebuild b/x11-misc/fme/fme-1.1.0.ebuild
index b500c63e8c16..b0c603deb7cc 100644
--- a/x11-misc/fme/fme-1.1.0.ebuild
+++ b/x11-misc/fme/fme-1.1.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.0.ebuild,v 1.2 2008/06/12 15:55:41 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.0.ebuild,v 1.3 2011/03/29 06:13:46 nirbheek Exp $
+
+EAPI="1"
inherit eutils
@@ -14,9 +16,9 @@ IUSE=""
RDEPEND="sys-devel/bc
>=x11-wm/fluxbox-1.0
- >=dev-cpp/gtkmm-2.4
- >=dev-cpp/glibmm-2.14.0
- >=dev-cpp/libglademm-2.4"
+ >=dev-cpp/gtkmm-2.4:2.4
+ >=dev-cpp/glibmm-2.14.0:2
+ >=dev-cpp/libglademm-2.4:2.4"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
diff --git a/x11-misc/fme/fme-1.1.2.ebuild b/x11-misc/fme/fme-1.1.2.ebuild
index 8e4753d8c944..88e1b2a3d974 100644
--- a/x11-misc/fme/fme-1.1.2.ebuild
+++ b/x11-misc/fme/fme-1.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.2 2010/05/06 11:18:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fme/fme-1.1.2.ebuild,v 1.3 2011/03/29 06:13:46 nirbheek Exp $
EAPI=2
inherit eutils
@@ -16,9 +16,9 @@ IUSE=""
RDEPEND="sys-devel/bc
>=x11-wm/fluxbox-1.0
- >=dev-cpp/gtkmm-2.4
- >=dev-cpp/glibmm-2.14.0
- >=dev-cpp/libglademm-2.4"
+ >=dev-cpp/gtkmm-2.4:2.4
+ >=dev-cpp/glibmm-2.14.0:2
+ >=dev-cpp/libglademm-2.4:2.4"
DEPEND="${RDEPEND}
dev-util/pkgconfig"