diff options
Diffstat (limited to 'app-editors/amyedit/amyedit-1.0-r1.ebuild')
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-editors/amyedit/amyedit-1.0-r1.ebuild b/app-editors/amyedit/amyedit-1.0-r1.ebuild index 56ad78656565..5d0ef30689ba 100644 --- a/app-editors/amyedit/amyedit-1.0-r1.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r1.ebuild @@ -1,6 +1,8 @@ -# 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/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.7 2010/06/12 10:47:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r1.ebuild,v 1.8 2011/03/21 22:46:18 nirbheek Exp $ + +EAPI="1" inherit eutils autotools @@ -11,10 +13,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -RDEPEND=">=dev-cpp/gtkmm-2.6 - >=dev-cpp/glibmm-2.14 +RDEPEND=">=dev-cpp/gtkmm-2.6:2.4 + >=dev-cpp/glibmm-2.14:2 >=dev-libs/libsigc++-2.2 - =x11-libs/gtksourceview-1* + x11-libs/gtksourceview:1.0 app-text/aspell" DEPEND="${RDEPEND} dev-util/intltool |