diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:21:28 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-16 02:21:28 +0000 |
commit | 17e5d7adc8f2c281f5c9139949ab36a52593ed1e (patch) | |
tree | 7559fe11d95a5528a9ec689c5d98194d85457b69 /app-admin/stow/stow-1.3.3.ebuild | |
parent | Corrected left over mistake with man page flags in perl config (diff) | |
download | historical-17e5d7adc8f2c281f5c9139949ab36a52593ed1e.tar.gz historical-17e5d7adc8f2c281f5c9139949ab36a52593ed1e.tar.bz2 historical-17e5d7adc8f2c281f5c9139949ab36a52593ed1e.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-admin/stow/stow-1.3.3.ebuild')
-rw-r--r-- | app-admin/stow/stow-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/stow/stow-1.3.3.ebuild b/app-admin/stow/stow-1.3.3.ebuild index 249a733a3856..6829af6321c4 100644 --- a/app-admin/stow/stow-1.3.3.ebuild +++ b/app-admin/stow/stow-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.6 2002/07/30 04:11:18 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/stow/stow-1.3.3.ebuild,v 1.7 2002/08/16 02:21:27 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Stow -- manage installation of software in /usr/local" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/${PN}/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="sys-devel/perl" RDEPEND="${DEPEND}" |