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 | e393dcc7ac36bccc5c68cca10bd67307b9606279 (patch) | |
tree | 76a9cdfb7025b3d808b42691dec1aed033edd579 /sys-libs | |
parent | Moving to mail-client/kbiff (diff) | |
download | historical-e393dcc7ac36bccc5c68cca10bd67307b9606279.tar.gz historical-e393dcc7ac36bccc5c68cca10bd67307b9606279.tar.bz2 historical-e393dcc7ac36bccc5c68cca10bd67307b9606279.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/Manifest | 4 | ||||
-rw-r--r-- | sys-libs/device-mapper/device-mapper-1.00.17.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/sys-libs/device-mapper/Manifest index 67635e0a273c..7ae27555f814 100644 --- a/sys-libs/device-mapper/Manifest +++ b/sys-libs/device-mapper/Manifest @@ -1,8 +1,8 @@ +MD5 27e816ae11350349fabe8905e23ae635 ChangeLog 2977 MD5 8dacb6095594643e13d9b377f4d162ae device-mapper-1.00.07.ebuild 1039 -MD5 093729a403f454f3be4e0be593ac12bb device-mapper-1.00.17.ebuild 1090 -MD5 cc7232cb20e175d180c48aefb807a984 ChangeLog 2871 MD5 2b160db387c57c18df9efe71d41b8c96 device-mapper-1.00.08.ebuild 1078 MD5 8ef457f9ac46b73b855b4a4e5ff9d7d3 metadata.xml 243 +MD5 9c329895d7a5c6a934cf79ae1098732b device-mapper-1.00.17.ebuild 1093 MD5 b6ee13a8f0d0d9a8600559f997c8ba9d files/digest-device-mapper-1.00.07 70 MD5 72b46f8a5544fa166e22dd6297071eda files/digest-device-mapper-1.00.08 70 MD5 3722791187466d3005f5b7f129c3ed7a files/digest-device-mapper-1.00.17 70 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" |