diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-04-12 20:21:32 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-04-12 20:21:32 +0000 |
commit | 92ef98faaa4960dd69d73d14d017078e25d4c8fa (patch) | |
tree | cc3cdc6a605645a8055c2c8b26e572e71a9a3aae /dev-tcltk | |
parent | Fix manpage installation, add "die" statements. (diff) | |
download | gentoo-2-92ef98faaa4960dd69d73d14d017078e25d4c8fa.tar.gz gentoo-2-92ef98faaa4960dd69d73d14d017078e25d4c8fa.tar.bz2 gentoo-2-92ef98faaa4960dd69d73d14d017078e25d4c8fa.zip |
Dropped arches which missing some deps
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect/expect-5.44.1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/expect/expect-5.44.1.15.ebuild b/dev-tcltk/expect/expect-5.44.1.15.ebuild index ba7baf72fbff..b36f4ecb4a4d 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.1 2010/04/12 20:17:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.44.1.15.ebuild,v 1.2 2010/04/12 20:21:32 jlec 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 ~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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="X doc" # We need dejagnu for src_test, but dejagnu needs expect |