diff options
author | Brent Baude <ranger@gentoo.org> | 2009-08-31 00:47:45 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-08-31 00:47:45 +0000 |
commit | bea939a03faf0c8e3e6d67ffac2a1d5d2cef1ce8 (patch) | |
tree | 7ea71533acd42bf353d556f91c26d22f1b354ea4 /dev-tcltk/expect | |
parent | stable ppc64, bug 278625 (diff) | |
download | historical-bea939a03faf0c8e3e6d67ffac2a1d5d2cef1ce8.tar.gz historical-bea939a03faf0c8e3e6d67ffac2a1d5d2cef1ce8.tar.bz2 historical-bea939a03faf0c8e3e6d67ffac2a1d5d2cef1ce8.zip |
Marking expect-5.43.0 ppc64 for bug 281420
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
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 4009667fbb2b..3dbb88fc63cd 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.60 2009/08/29 10:55:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/ChangeLog,v 1.61 2009/08/31 00:47:45 ranger Exp $ + + 31 Aug 2009; Brent Baude <ranger@gentoo.org> expect-5.43.0.ebuild: + Marking expect-5.43.0 ppc64 for bug 281420 29 Aug 2009; Tobias Klausmann <klausman@gentoo.org> expect-5.43.0.ebuild: Stable on alpha, bug #281420 diff --git a/dev-tcltk/expect/expect-5.43.0.ebuild b/dev-tcltk/expect/expect-5.43.0.ebuild index 7906f29e9d90..c7ef5b67b77f 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.16 2009/08/29 10:55:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.43.0.ebuild,v 1.17 2009/08/31 00:47:45 ranger 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 ~sparc-fbsd x86 ~x86-fbsd" IUSE="X doc" # We need dejagnu for src_test, but dejagnu needs expect |