diff options
Diffstat (limited to 'sys-apps/dmapi/dmapi-2.2.5.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.5.ebuild b/sys-apps/dmapi/dmapi-2.2.5.ebuild index 94ef4b823d93..e9ea0a7906c5 100644 --- a/sys-apps/dmapi/dmapi-2.2.5.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.5.ebuild,v 1.9 2007/01/07 18:54:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.5.ebuild,v 1.10 2007/02/06 12:41:07 blubb Exp $ inherit eutils toolchain-funcs autotools @@ -11,7 +11,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86" IUSE="" RDEPEND="sys-fs/xfsprogs" |