diff options
author | 2009-04-12 12:50:24 +0000 | |
---|---|---|
committer | 2009-04-12 12:50:24 +0000 | |
commit | 960b23241e102bbad8fb80e005f27240ad9fd721 (patch) | |
tree | 6132a19946c1073192712f5d7308d29535b4e731 /app-admin/augeas/augeas-0.5.0.ebuild | |
parent | Add ~sparc keyword, bug #263622 (diff) | |
download | historical-960b23241e102bbad8fb80e005f27240ad9fd721.tar.gz historical-960b23241e102bbad8fb80e005f27240ad9fd721.tar.bz2 historical-960b23241e102bbad8fb80e005f27240ad9fd721.zip |
Add ~sparc keyword, bug #263622
Package-Manager: portage-2.2_rc30/cvs/Linux sparc64
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 7b565cf31516..e487ae721ba5 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.1 2009/03/29 16:59:34 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/augeas/augeas-0.5.0.ebuild,v 1.2 2009/04/12 12:50:24 bluebird 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 ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc test" RDEPEND="sys-libs/readline" |