diff options
author | 2011-03-27 10:21:33 +0000 | |
---|---|---|
committer | 2011-03-27 10:21:33 +0000 | |
commit | fb9a2cd5aa507ff4c6fe3cf931cfbec5de11ac6a (patch) | |
tree | b778b471a9ba35b47bd90f952b251794f810de0b /app-editors/ted/ted-2.20.ebuild | |
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/ted-2.20.ebuild')
-rw-r--r-- | app-editors/ted/ted-2.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |