diff options
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.1.ebuild b/sys-apps/dmapi/dmapi-2.2.1.ebuild index 9e2b6d0632cf..9c89126dc2ab 100644 --- a/sys-apps/dmapi/dmapi-2.2.1.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.1.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/sys-apps/dmapi/dmapi-2.2.1.ebuild,v 1.2 2004/10/10 00:36:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.1.ebuild,v 1.3 2004/12/04 01:04:28 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ia64 ~mips ~ppc ~sparc x86" IUSE="debug static" DEPEND="sys-fs/xfsprogs" |