diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-13 14:57:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-13 14:57:33 +0000 |
commit | e5a254a2a81b579e8b1893bd7c9da0c1ade8919a (patch) | |
tree | dfaaf067a4fdb7826dfd8675fab6190623ee6c2d /dev-tcltk | |
parent | x86 stable, kill broken version, bug #313887 (diff) | |
download | gentoo-2-e5a254a2a81b579e8b1893bd7c9da0c1ade8919a.tar.gz gentoo-2-e5a254a2a81b579e8b1893bd7c9da0c1ade8919a.tar.bz2 gentoo-2-e5a254a2a81b579e8b1893bd7c9da0c1ade8919a.zip |
Reverting last commit and adding stable keywords back, thanks fauli for telling me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect/expect-5.43.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/expect/expect-5.43.0.ebuild b/dev-tcltk/expect/expect-5.43.0.ebuild index 7aca4e47d5a6..e43bfbdf52d9 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.21 2010/04/13 07:51:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.43.0.ebuild,v 1.22 2010/04/13 14:57:33 jlec Exp $ EAPI="3" @@ -13,7 +13,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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +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 |