diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-02 21:27:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-02 21:27:48 +0000 |
commit | 2a3a139e6ad870fac2fd41bb6b0fa4c2ac3e43da (patch) | |
tree | a238386a920d4c57f1416d05a0087501a22b09fa /dev-lang/tk | |
parent | add blocker on dev-ruby/rexml (diff) | |
download | gentoo-2-2a3a139e6ad870fac2fd41bb6b0fa4c2ac3e43da.tar.gz gentoo-2-2a3a139e6ad870fac2fd41bb6b0fa4c2ac3e43da.tar.bz2 gentoo-2-2a3a139e6ad870fac2fd41bb6b0fa4c2ac3e43da.zip |
sh love
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/tk-8.4.11.ebuild | 15 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.4.9.ebuild | 6 |
2 files changed, 9 insertions, 12 deletions
diff --git a/dev-lang/tk/tk-8.4.11.ebuild b/dev-lang/tk/tk-8.4.11.ebuild index 88adcb7b39d5..f92545e10a13 100644 --- a/dev-lang/tk/tk-8.4.11.ebuild +++ b/dev-lang/tk/tk-8.4.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.11.ebuild,v 1.3 2005/12/11 07:44:04 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.11.ebuild,v 1.4 2006/01/02 21:27:48 vapier Exp $ inherit eutils @@ -10,18 +10,15 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="threads" -RDEPEND="|| ( x11-libs/libX11 - virtual/x11 - ) +RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) =dev-lang/tcl-${PV}*" DEPEND="${RDEPEND} >=sys-apps/portage-2.0.47-r10 - || ( ( x11-libs/libXt - x11-proto/xproto - ) + || ( + ( x11-libs/libXt x11-proto/xproto ) virtual/x11 )" diff --git a/dev-lang/tk/tk-8.4.9.ebuild b/dev-lang/tk/tk-8.4.9.ebuild index f17d3af5c01e..ee4f3091516e 100644 --- a/dev-lang/tk/tk-8.4.9.ebuild +++ b/dev-lang/tk/tk-8.4.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.9.ebuild,v 1.10 2005/08/03 22:09:15 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.9.ebuild,v 1.11 2006/01/02 21:27:48 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" IUSE="threads" RDEPEND="virtual/x11 |