diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-13 08:44:18 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2002-10-13 08:44:18 +0000 |
commit | e096fffeedc2a191143aa184a74424d275dacb7c (patch) | |
tree | 864280c5ecbfdfb8598758d8976952869718881e /sys-apps/dmapi | |
parent | Updates/fixes for #1132 (diff) | |
download | gentoo-2-e096fffeedc2a191143aa184a74424d275dacb7c.tar.gz gentoo-2-e096fffeedc2a191143aa184a74424d275dacb7c.tar.bz2 gentoo-2-e096fffeedc2a191143aa184a74424d275dacb7c.zip |
keyword fixes
Diffstat (limited to 'sys-apps/dmapi')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.0.5.ebuild b/sys-apps/dmapi/dmapi-2.0.5.ebuild index 07b164f92aa4..41c15a0dd163 100644 --- a/sys-apps/dmapi/dmapi-2.0.5.ebuild +++ b/sys-apps/dmapi/dmapi-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5.ebuild,v 1.4 2002/10/11 21:42:08 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.0.5.ebuild,v 1.5 2002/10/13 08:42:10 bcowan Exp $ S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="XFS data management API library" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" HOMEPAGE="http://oss.sgi.com/projects/xfs" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" +KEYWORDS="~x86" SLOT="0" LICENSE="LGPL-2.1" |