diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-03-25 21:59:06 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-03-25 21:59:06 +0000 |
commit | 8e1d0771328a987ff7804a57eddef79abe681196 (patch) | |
tree | 723dc7c16552470deb9568af996d062123bd89c5 /app-text/glark | |
parent | fix the src_test -- thanks to mabi for catching the b0rkedness (diff) | |
download | gentoo-2-8e1d0771328a987ff7804a57eddef79abe681196.tar.gz gentoo-2-8e1d0771328a987ff7804a57eddef79abe681196.tar.bz2 gentoo-2-8e1d0771328a987ff7804a57eddef79abe681196.zip |
Stable on x86, bug #156802.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/glark')
-rw-r--r-- | app-text/glark/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/glark/glark-1.7.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/glark/ChangeLog b/app-text/glark/ChangeLog index b25a5747dd49..f63e65ab8fda 100644 --- a/app-text/glark/ChangeLog +++ b/app-text/glark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/glark # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.41 2007/02/21 23:28:09 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/ChangeLog,v 1.42 2007/03/25 21:59:06 ticho Exp $ + + 25 Mar 2007; Andrej Kacian <ticho@gentoo.org> glark-1.7.8.ebuild: + Stable on x86, bug #156802. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-text/glark/glark-1.7.8.ebuild b/app-text/glark/glark-1.7.8.ebuild index 41792eb9689a..bc62c6dd7041 100644 --- a/app-text/glark/glark-1.7.8.ebuild +++ b/app-text/glark/glark-1.7.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.1 2006/03/25 13:34:53 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/glark/glark-1.7.8.ebuild,v 1.2 2007/03/25 21:59:06 ticho Exp $ inherit bash-completion @@ -8,7 +8,7 @@ DESCRIPTION="File searcher similar to grep but with fancy output" HOMEPAGE="http://www.incava.org/projects/glark/" SRC_URI="http://www.incava.org/pub/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc-macos ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc-macos ~sparc x86" SLOT="0" LICENSE="LGPL-2.1" IUSE="" |