diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:46:18 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:46:18 +0000 |
commit | 57511f149cb98a3df56f3c0f1592ff2585f46c5e (patch) | |
tree | 4deac4f22e783ae6e806bb06a876043551ae917e /app-editors | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-57511f149cb98a3df56f3c0f1592ff2585f46c5e.tar.gz gentoo-2-57511f149cb98a3df56f3c0f1592ff2585f46c5e.tar.bz2 gentoo-2-57511f149cb98a3df56f3c0f1592ff2585f46c5e.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r1.ebuild | 12 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0-r2.ebuild | 6 |
3 files changed, 15 insertions, 9 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 1c4e0668a679..5c2e29ba3051 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.25 2011/02/14 18:27:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.26 2011/03/21 22:46:18 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> amyedit-1.0-r1.ebuild, + amyedit-1.0-r2.ebuild: + Fix slot-deps on gnome libs *amyedit-1.0-r2 (14 Feb 2011) 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 diff --git a/app-editors/amyedit/amyedit-1.0-r2.ebuild b/app-editors/amyedit/amyedit-1.0-r2.ebuild index 594921d5d476..c67a2f15f3ee 100644 --- a/app-editors/amyedit/amyedit-1.0-r2.ebuild +++ b/app-editors/amyedit/amyedit-1.0-r2.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/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.1 2011/02/14 18:27:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.2 2011/03/21 22:46:18 nirbheek Exp $ EAPI=3 @@ -13,8 +13,8 @@ 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:2.0 dev-cpp/gtksourceviewmm:2.0 |