diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-19 23:37:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-19 23:37:30 +0000 |
commit | 85d442470d0bd3219cad61fad3aae15db24a7e6a (patch) | |
tree | 481c855b85a2f6dc1279964990e0a5ea7c75c85d /dev-tcltk | |
parent | Stable on ppc-macos. (diff) | |
download | gentoo-2-85d442470d0bd3219cad61fad3aae15db24a7e6a.tar.gz gentoo-2-85d442470d0bd3219cad61fad3aae15db24a7e6a.tar.bz2 gentoo-2-85d442470d0bd3219cad61fad3aae15db24a7e6a.zip |
sh lovin
(Portage version: 2.0.51-r13)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect/expect-5.40.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.40.0.ebuild | 6 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.42.1.ebuild | 7 |
3 files changed, 9 insertions, 10 deletions
diff --git a/dev-tcltk/expect/expect-5.40.0-r1.ebuild b/dev-tcltk/expect/expect-5.40.0-r1.ebuild index a1312442dd57..2b5e10458e0f 100644 --- a/dev-tcltk/expect/expect-5.40.0-r1.ebuild +++ b/dev-tcltk/expect/expect-5.40.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0-r1.ebuild,v 1.6 2004/10/03 04:16:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0-r1.ebuild,v 1.7 2005/01/19 23:37:30 vapier Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="X doc" DEPEND=">=dev-lang/tcl-8.2 diff --git a/dev-tcltk/expect/expect-5.40.0.ebuild b/dev-tcltk/expect/expect-5.40.0.ebuild index c9f757e5aac9..4f8e52dc55ed 100644 --- a/dev-tcltk/expect/expect-5.40.0.ebuild +++ b/dev-tcltk/expect/expect-5.40.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0.ebuild,v 1.6 2004/08/12 00:33:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.40.0.ebuild,v 1.7 2005/01/19 23:37:30 vapier Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa amd64 ppc64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips hppa amd64 ppc64 sh" IUSE="X doc" DEPEND=">=dev-lang/tcl-8.2 diff --git a/dev-tcltk/expect/expect-5.42.1.ebuild b/dev-tcltk/expect/expect-5.42.1.ebuild index 83502e16cc74..6900cb8e3038 100644 --- a/dev-tcltk/expect/expect-5.42.1.ebuild +++ b/dev-tcltk/expect/expect-5.42.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.2 2004/12/21 11:27:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.3 2005/01/19 23:37:30 vapier Exp $ inherit eutils gnuconfig @@ -10,12 +10,11 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="X doc" RDEPEND=">=dev-lang/tcl-8.2 X? ( >=dev-lang/tk-8.2 )" - DEPEND="${RDEPEND} =sys-devel/autoconf-2.1*" |