diff options
author | 2011-03-27 10:21:33 +0000 | |
---|---|---|
committer | 2011-03-27 10:21:33 +0000 | |
commit | 87025f4fa288994a095d42fe4b69a72b34f3fd52 (patch) | |
tree | d1a307594a9e38f32aff61c3061d60495c28b011 /app-editors/ted | |
parent | Pin dependencies to proper slots. (diff) | |
download | historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.tar.gz historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.tar.bz2 historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.zip |
Fix slot-dep on gtk+
Package-Manager: portage-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" |