diff options
author | 2009-05-19 15:20:33 +0000 | |
---|---|---|
committer | 2009-05-19 15:20:33 +0000 | |
commit | 6e33a3d48d546eee4b66f39aca79f1987fbf2fd0 (patch) | |
tree | 73b8eaaec39ed48317e0786b8a5d1d818631a6ab /app-admin/augeas/augeas-0.5.0.ebuild | |
parent | Sparc stable, required for Bug #270432. (diff) | |
download | historical-6e33a3d48d546eee4b66f39aca79f1987fbf2fd0.tar.gz historical-6e33a3d48d546eee4b66f39aca79f1987fbf2fd0.tar.bz2 historical-6e33a3d48d546eee4b66f39aca79f1987fbf2fd0.zip |
Sparc stable, required for Bug #270432 (huge test suite runs successfully).
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'app-admin/augeas/augeas-0.5.0.ebuild')
-rw-r--r-- | app-admin/augeas/augeas-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/augeas/augeas-0.5.0.ebuild b/app-admin/augeas/augeas-0.5.0.ebuild index e487ae721ba5..dd6760f74729 100644 --- a/app-admin/augeas/augeas-0.5.0.ebuild +++ b/app-admin/augeas/augeas-0.5.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/app-admin/augeas/augeas-0.5.0.ebuild,v 1.2 2009/04/12 12:50:24 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.5.0.ebuild,v 1.3 2009/05/19 15:20:33 fmccor Exp $ DESCRIPTION="A library for changing configuration files" HOMEPAGE="http://augeas.net/" @@ -8,7 +8,7 @@ SRC_URI="http://augeas.net/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc sparc ~x86" IUSE="doc test" RDEPEND="sys-libs/readline" |