diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:20:54 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:20:54 +0000 |
commit | f2686bcdb33e7b788bdc307ce66ec04b4e5e0ee4 (patch) | |
tree | b594f3855e0cc5d101c94b752769617eab12ee71 /app-editors | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-f2686bcdb33e7b788bdc307ce66ec04b4e5e0ee4.tar.gz gentoo-2-f2686bcdb33e7b788bdc307ce66ec04b4e5e0ee4.tar.bz2 gentoo-2-f2686bcdb33e7b788bdc307ce66ec04b4e5e0ee4.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/scite/scite-2.22.ebuild | 6 | ||||
-rw-r--r-- | app-editors/scite/scite-2.24.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-editors/scite/ChangeLog b/app-editors/scite/ChangeLog index 4667c8c10e0a..efc0e06d21c6 100644 --- a/app-editors/scite/ChangeLog +++ b/app-editors/scite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/scite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.110 2011/03/03 14:51:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/ChangeLog,v 1.111 2011/03/27 10:20:54 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> scite-2.22.ebuild, + scite-2.24.ebuild: + Fix slot-dep on gtk+ *scite-2.24 (03 Mar 2011) diff --git a/app-editors/scite/scite-2.22.ebuild b/app-editors/scite/scite-2.22.ebuild index 8a13c93fae5b..73d0e88fe656 100644 --- a/app-editors/scite/scite-2.22.ebuild +++ b/app-editors/scite/scite-2.22.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.22.ebuild,v 1.5 2011/01/13 22:39:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.22.ebuild,v 1.6 2011/03/27 10:20:54 nirbheek Exp $ + +EAPI="1" inherit toolchain-funcs eutils @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="lua" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 lua? ( >=dev-lang/lua-5 )" DEPEND="${RDEPEND} dev-util/pkgconfig diff --git a/app-editors/scite/scite-2.24.ebuild b/app-editors/scite/scite-2.24.ebuild index 46e87948ef4a..412d32a0c3a9 100644 --- a/app-editors/scite/scite-2.24.ebuild +++ b/app-editors/scite/scite-2.24.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.24.ebuild,v 1.1 2011/03/03 14:51:36 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-2.24.ebuild,v 1.2 2011/03/27 10:20:54 nirbheek Exp $ + +EAPI="1" inherit toolchain-funcs eutils @@ -14,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="lua" -RDEPEND=">=x11-libs/gtk+-2 +RDEPEND="x11-libs/gtk+:2 lua? ( >=dev-lang/lua-5 )" DEPEND="${RDEPEND} dev-util/pkgconfig |