diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-27 23:08:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-27 23:08:09 +0000 |
commit | 2b91bdafa6cac653a3d7bc41bd41896b52e172dd (patch) | |
tree | eccdcd5d0db6c6f0a11f7c7e7e1c5076a411d5b5 /app-arch/p7zip/p7zip-4.42.ebuild | |
parent | clean out old, non-modX ebuild (diff) | |
download | gentoo-2-2b91bdafa6cac653a3d7bc41bd41896b52e172dd.tar.gz gentoo-2-2b91bdafa6cac653a3d7bc41bd41896b52e172dd.tar.bz2 gentoo-2-2b91bdafa6cac653a3d7bc41bd41896b52e172dd.zip |
Added ~sparc keyword.
(Portage version: 2.1.1_rc1)
Diffstat (limited to 'app-arch/p7zip/p7zip-4.42.ebuild')
-rw-r--r-- | app-arch/p7zip/p7zip-4.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/p7zip/p7zip-4.42.ebuild b/app-arch/p7zip/p7zip-4.42.ebuild index 6a16f68f9a31..75d7eeb897b6 100644 --- a/app-arch/p7zip/p7zip-4.42.ebuild +++ b/app-arch/p7zip/p7zip-4.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.42.ebuild,v 1.6 2006/08/27 20:13:24 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/p7zip-4.42.ebuild,v 1.7 2006/08/27 23:08:09 weeve Exp $ inherit eutils toolchain-funcs multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src_all.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~ppc-macos ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc-macos ~sparc ~x86" IUSE="static doc" S=${WORKDIR}/${PN}_${PV} |