diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-06-15 16:31:28 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-06-15 16:31:28 +0000 |
commit | a2ab8834d9db4eac3c570ad21cda1ac7db2a7107 (patch) | |
tree | ade9eff958af5543cad0e129c01ad63553bfa0d4 /app-shells | |
parent | Pass --enable-introspection=no since we are not yet ready for introspection u... (diff) | |
download | gentoo-2-a2ab8834d9db4eac3c570ad21cda1ac7db2a7107.tar.gz gentoo-2-a2ab8834d9db4eac3c570ad21cda1ac7db2a7107.tar.bz2 gentoo-2-a2ab8834d9db4eac3c570ad21cda1ac7db2a7107.zip |
Fix documentation typo wrt bug #314107. Keyworded for amd64
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/esh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-shells/esh/ChangeLog b/app-shells/esh/ChangeLog index f851189cd079..be8b111077a6 100644 --- a/app-shells/esh/ChangeLog +++ b/app-shells/esh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/esh -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.18 2008/12/30 20:43:29 angelos Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.19 2010/06/15 16:31:28 hwoarang Exp $ + + 15 Jun 2010; Markos Chandras <hwoarang@gentoo.org> esh-0.8.5.ebuild: + Fix documentation typo wrt bug #314107.Keyworded for amd64 30 Dec 2008; Christoph Mende <angelos@gentoo.org> esh-0.8.5.ebuild: QA: Respect CC (bug 243700) diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild index 57b2506dbf9f..55f123789fd8 100644 --- a/app-shells/esh/esh-0.8.5.ebuild +++ b/app-shells/esh/esh-0.8.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.17 2008/12/30 20:43:29 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.18 2010/06/15 16:31:28 hwoarang Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="~amd64 x86 ppc sparc" IUSE="" DEPEND=">=sys-libs/ncurses-5.1 @@ -33,7 +33,7 @@ src_compile() { src_install() { dobin esh || die doinfo doc/esh.info - dodoc CHANGELOG CREDITS GC_README HEADER READLNE-HACKS TODO + dodoc CHANGELOG CREDITS GC_README HEADER READLINE-HACKS TODO dohtml doc/*.html docinto examples dodoc examples/* |