diff options
author | 2004-05-30 02:44:20 +0000 | |
---|---|---|
committer | 2004-05-30 02:44:20 +0000 | |
commit | 49a2fb0217e156f9cb3801c9d14e9abc48d592d9 (patch) | |
tree | f8ee61c7c935156499e65556de9d9a7a4017d222 /sys-libs | |
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')
-rw-r--r-- | sys-libs/device-mapper/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/device-mapper/ChangeLog b/sys-libs/device-mapper/ChangeLog index ed7081d3d523..b0c254aae454 100644 --- a/sys-libs/device-mapper/ChangeLog +++ b/sys-libs/device-mapper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/device-mapper # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.16 2004/04/26 19:40:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/device-mapper/ChangeLog,v 1.17 2004/05/30 02:44:20 tgall Exp $ + + 29 May 2004; Tom Gall <tgall@gentoo.org> device-mapper-1.00.17.ebuild: + mark stable on ppc64, bug #52331 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> device-mapper-1.00.07.ebuild, device-mapper-1.00.08.ebuild, 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" |