diff options
author | Tom Gall <tgall@gentoo.org> | 2004-05-30 02:44:20 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-05-30 02:44:20 +0000 |
commit | 49a2fb0217e156f9cb3801c9d14e9abc48d592d9 (patch) | |
tree | f8ee61c7c935156499e65556de9d9a7a4017d222 /sys-libs/device-mapper/device-mapper-1.00.17.ebuild | |
parent | Moving to mail-client/kbiff (diff) | |
download | gentoo-2-49a2fb0217e156f9cb3801c9d14e9abc48d592d9.tar.gz gentoo-2-49a2fb0217e156f9cb3801c9d14e9abc48d592d9.tar.bz2 gentoo-2-49a2fb0217e156f9cb3801c9d14e9abc48d592d9.zip |
bug #52331, stable for ppc64
Diffstat (limited to 'sys-libs/device-mapper/device-mapper-1.00.17.ebuild')
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild b/sys-libs/device-mapper/device-mapper-1.00.17.ebuild index 44f111c08aa5..2edad0b854ec 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.17.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.3 2004/04/26 19:40:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.17.ebuild,v 1.4 2004/05/30 02:44:20 tgall Exp $ DESCRIPTION="Device mapper ioctl library for use with LVM2 utilities." HOMEPAGE="http://sources.redhat.com/dm/" @@ -8,7 +8,7 @@ SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~amd64 ppc64" DEPEND="virtual/linux-sources" |