diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:21:33 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:21:33 +0000 |
commit | fb9a2cd5aa507ff4c6fe3cf931cfbec5de11ac6a (patch) | |
tree | b778b471a9ba35b47bd90f952b251794f810de0b /app-editors/ted | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-fb9a2cd5aa507ff4c6fe3cf931cfbec5de11ac6a.tar.gz gentoo-2-fb9a2cd5aa507ff4c6fe3cf931cfbec5de11ac6a.tar.bz2 gentoo-2-fb9a2cd5aa507ff4c6fe3cf931cfbec5de11ac6a.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/ted')
-rw-r--r-- | app-editors/ted/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/ted/ted-2.20.ebuild | 4 | ||||
-rw-r--r-- | app-editors/ted/ted-2.21.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/ted/ChangeLog b/app-editors/ted/ChangeLog index a16fff03418a..aecba30981ad 100644 --- a/app-editors/ted/ChangeLog +++ b/app-editors/ted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/ted # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.37 2011/02/25 18:18:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ChangeLog,v 1.38 2011/03/27 10:21:33 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> ted-2.20.ebuild, + ted-2.21.ebuild: + Fix slot-dep on gtk+ 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> ted-2.20.ebuild, ted-2.21.ebuild: diff --git a/app-editors/ted/ted-2.20.ebuild b/app-editors/ted/ted-2.20.ebuild index 4e919bc1ef18..ad0007ec273a 100644 --- a/app-editors/ted/ted-2.20.ebuild +++ b/app-editors/ted/ted-2.20.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/ted/ted-2.20.ebuild,v 1.8 2011/02/25 18:18:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.20.ebuild,v 1.9 2011/03/27 10:21:33 nirbheek Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="x11-libs/gtk+ +DEPEND="x11-libs/gtk+:2 >=media-libs/tiff-3.5.7 virtual/jpeg >=media-libs/libpng-1.2.3" diff --git a/app-editors/ted/ted-2.21.ebuild b/app-editors/ted/ted-2.21.ebuild index 34931d0c2520..90652ce7aa75 100644 --- a/app-editors/ted/ted-2.21.ebuild +++ b/app-editors/ted/ted-2.21.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/ted/ted-2.21.ebuild,v 1.2 2011/02/25 18:18:48 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ted/ted-2.21.ebuild,v 1.3 2011/03/27 10:21:33 nirbheek Exp $ EAPI=2 inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="x11-libs/gtk+ +DEPEND="x11-libs/gtk+:2 >=media-libs/tiff-3.5.7 virtual/jpeg >=media-libs/libpng-1.2.3" |