diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-03-10 04:40:04 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-03-10 04:40:04 +0000 |
commit | 6b71ce65cbfeb19873105fffe96587256307a7c1 (patch) | |
tree | db5c0b0012c04bddef625607b2f3f340880add07 /sys-libs/device-mapper/device-mapper-1.00.07.ebuild | |
parent | Bump to version 20030616_p8. Clean up old ebuilds. (diff) | |
download | historical-6b71ce65cbfeb19873105fffe96587256307a7c1.tar.gz historical-6b71ce65cbfeb19873105fffe96587256307a7c1.tar.bz2 historical-6b71ce65cbfeb19873105fffe96587256307a7c1.zip |
set ppc in keywords
Diffstat (limited to 'sys-libs/device-mapper/device-mapper-1.00.07.ebuild')
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild b/sys-libs/device-mapper/device-mapper-1.00.07.ebuild index 6ed8d78b12ae..106d9f28469f 100644 --- a/sys-libs/device-mapper/device-mapper-1.00.07.ebuild +++ b/sys-libs/device-mapper/device-mapper-1.00.07.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.07.ebuild,v 1.6 2004/03/10 04:11:26 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/device-mapper-1.00.07.ebuild,v 1.7 2004/03/10 04:40:04 darkspecter 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/old/${PN}.${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 sparc" +KEYWORDS="x86 amd64 sparc ppc" DEPEND="virtual/linux-sources" |