diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-04-16 19:26:00 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-04-16 19:26:00 +0000 |
commit | c84216408c555d8134580dd3244de54582cf4f7e (patch) | |
tree | 9348ef549b7526c4df2da788b3935239ca3bb798 | |
parent | Stable on alpha, bug #217627 (diff) | |
download | gentoo-2-c84216408c555d8134580dd3244de54582cf4f7e.tar.gz gentoo-2-c84216408c555d8134580dd3244de54582cf4f7e.tar.bz2 gentoo-2-c84216408c555d8134580dd3244de54582cf4f7e.zip |
Stable on alpha, bug #217740
(Portage version: 2.1.5_rc3)
-rw-r--r-- | sys-fs/device-mapper/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/device-mapper/ChangeLog b/sys-fs/device-mapper/ChangeLog index 3089682e8318..6d9e096b8646 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.108 2008/04/15 05:41:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.109 2008/04/16 19:26:00 klausman Exp $ + + 16 Apr 2008; Tobias Klausmann <klausman@gentoo.org> + device-mapper-1.02.24-r1.ebuild: + Stable on alpha, bug #217740 15 Apr 2008; Markus Rothe <corsair@gentoo.org> device-mapper-1.02.24-r1.ebuild: diff --git a/sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild b/sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild index fe51e2b5b35e..099081996c20 100644 --- a/sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild +++ b/sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.24-r1.ebuild,v 1.2 2008/04/15 05:41:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.24-r1.ebuild,v 1.3 2008/04/16 19:26:00 klausman Exp $ inherit eutils multilib toolchain-funcs @@ -11,7 +11,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 )" |