diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 03:18:27 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 03:18:27 +0000 |
commit | 9e6c6fdae66f8ba2b2e08c150c053bd75e68e039 (patch) | |
tree | 19a9e7b693f7c808dd257cc7854e62dfef383d12 /app-text/par/par-1.52.ebuild | |
parent | QA - fix use invocation (diff) | |
download | historical-9e6c6fdae66f8ba2b2e08c150c053bd75e68e039.tar.gz historical-9e6c6fdae66f8ba2b2e08c150c053bd75e68e039.tar.bz2 historical-9e6c6fdae66f8ba2b2e08c150c053bd75e68e039.zip |
Added ~sparc, ~mips
Diffstat (limited to 'app-text/par/par-1.52.ebuild')
-rw-r--r-- | app-text/par/par-1.52.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/par/par-1.52.ebuild b/app-text/par/par-1.52.ebuild index 4cf0dd25c0d5..2557d9bce61d 100644 --- a/app-text/par/par-1.52.ebuild +++ b/app-text/par/par-1.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/par/par-1.52.ebuild,v 1.2 2004/06/24 22:46:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/par/par-1.52.ebuild,v 1.3 2004/06/28 03:15:35 ciaranm Exp $ MY_P="Par${PV/./}" @@ -10,7 +10,7 @@ SRC_URI="http://www.nicemice.net/par/${MY_P/./}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc ~mips" IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/${MY_P} |