summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-26 00:01:23 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-26 00:01:23 +0000
commit65dc58e247823c98a01bce191cbc4eb70fad8bb1 (patch)
tree0a045092cf10ca7f098ecdc3765e7d59010f3cc0 /sys-fs
parentIncrease minimum required sqlite version, drop old ebuild. (diff)
downloadgentoo-2-65dc58e247823c98a01bce191cbc4eb70fad8bb1.tar.gz
gentoo-2-65dc58e247823c98a01bce191cbc4eb70fad8bb1.tar.bz2
gentoo-2-65dc58e247823c98a01bce191cbc4eb70fad8bb1.zip
Marking stable on x86 wrt bug #130529.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/device-mapper/ChangeLog6
-rw-r--r--sys-fs/device-mapper/device-mapper-1.02.03.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/device-mapper/ChangeLog b/sys-fs/device-mapper/ChangeLog
index fc0f98aa105f..ba0a09eeb8d4 100644
--- a/sys-fs/device-mapper/ChangeLog
+++ b/sys-fs/device-mapper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/device-mapper
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.32 2006/04/24 18:15:48 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.33 2006/04/26 00:01:23 wolf31o2 Exp $
+
+ 26 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ device-mapper-1.02.03.ebuild:
+ Marking stable on x86 wrt bug #130529.
24 Apr 2006; Joshua Kinard <kumba@gentoo.org>
device-mapper-1.02.05.ebuild:
diff --git a/sys-fs/device-mapper/device-mapper-1.02.03.ebuild b/sys-fs/device-mapper/device-mapper-1.02.03.ebuild
index 43f90a144c96..8c630eea716f 100644
--- a/sys-fs/device-mapper/device-mapper-1.02.03.ebuild
+++ b/sys-fs/device-mapper/device-mapper-1.02.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.03.ebuild,v 1.3 2006/04/24 13:57:01 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.03.ebuild,v 1.4 2006/04/26 00:01:23 wolf31o2 Exp $
inherit eutils multilib
@@ -10,7 +10,7 @@ SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="selinux"
DEPEND="selinux? ( sys-libs/libselinux )"