diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-07-07 14:03:01 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-07-07 14:03:01 +0000 |
commit | 64319bce2829e15db0f59ecc1c79da369ea6d7b1 (patch) | |
tree | c1ae90673a12828d28b4d72fdbf161bdba356ee1 /dev-tcltk/expect | |
parent | new ebuild, Perl bindings to Mozilla LDAP C SDK (diff) | |
download | gentoo-2-64319bce2829e15db0f59ecc1c79da369ea6d7b1.tar.gz gentoo-2-64319bce2829e15db0f59ecc1c79da369ea6d7b1.tar.bz2 gentoo-2-64319bce2829e15db0f59ecc1c79da369ea6d7b1.zip |
x86 stable wrt bug #324951
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tcltk/expect/expect-5.44.1.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-tcltk/expect/ChangeLog b/dev-tcltk/expect/ChangeLog index b595e29a1da4..e1fc19f09746 100644 --- a/dev-tcltk/expect/ChangeLog +++ b/dev-tcltk/expect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tcltk/expect # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.75 2010/06/24 21:47:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.76 2010/07/07 14:03:01 phajdan.jr Exp $ + + 07 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + expect-5.44.1.15.ebuild: + x86 stable wrt bug #324951 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> expect-5.44.1.15.ebuild: stable amd64, bug 324951 diff --git a/dev-tcltk/expect/expect-5.44.1.15.ebuild b/dev-tcltk/expect/expect-5.44.1.15.ebuild index aa8ee18c1434..48d995033b15 100644 --- a/dev-tcltk/expect/expect-5.44.1.15.ebuild +++ b/dev-tcltk/expect/expect-5.44.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild,v 1.8 2010/06/24 21:47:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild,v 1.9 2010/07/07 14:03:01 phajdan.jr Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="debug doc threads X" # We need dejagnu for src_test, but dejagnu needs expect |