diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 07:36:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-18 07:36:01 +0000 |
commit | b18a8afd1a7661d415969c6b4f4303748efa0c7d (patch) | |
tree | 511137d3f7b36980adb254f5f9dfb93f29413881 /dev-tcltk/expect | |
parent | stable x86, bug 281411 (diff) | |
download | gentoo-2-b18a8afd1a7661d415969c6b4f4303748efa0c7d.tar.gz gentoo-2-b18a8afd1a7661d415969c6b4f4303748efa0c7d.tar.bz2 gentoo-2-b18a8afd1a7661d415969c6b4f4303748efa0c7d.zip |
stable x86, bug 281420
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.43.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog index 9a157990b114..6bbc0d1ce501 100644 --- a/dev-tcltk/expect/ChangeLog +++ b/dev-tcltk/expect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tcltk/expect # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.57 2009/08/08 00:10:24 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.58 2009/08/18 07:36:01 fauli Exp $ + + 18 Aug 2009; Christian Faulhammer <fauli@gentoo.org> expect-5.43.0.ebuild: + stable x86, bug 281420 08 Aug 2009; Federico Ferri <mescalinum@gentoo.org> expect-5.43.0.ebuild: fix bug #182278 diff --git a/dev-tcltk/expect/expect-5.43.0.ebuild b/dev-tcltk/expect/expect-5.43.0.ebuild index bd6b816b94b3..39a469358c04 100644 --- a/dev-tcltk/expect/expect-5.43.0.ebuild +++ b/dev-tcltk/expect/expect-5.43.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.43.0.ebuild,v 1.13 2009/08/08 00:10:24 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.43.0.ebuild,v 1.14 2009/08/18 07:36:01 fauli Exp $ WANT_AUTOCONF="2.1" inherit autotools eutils versionator @@ -11,7 +11,7 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="X doc" # We need dejagnu for src_test, but dejagnu needs expect |