diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-06-15 18:04:28 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-06-15 18:04:28 +0000 |
commit | 123254f80f2652e43f1411f02c589524faa1c659 (patch) | |
tree | 118a43b7614b0c7c3b4e0c99c01e98fe28f8a306 /sys-fs | |
parent | ppc stable, bug #136009 (diff) | |
download | gentoo-2-123254f80f2652e43f1411f02c589524faa1c659.tar.gz gentoo-2-123254f80f2652e43f1411f02c589524faa1c659.tar.bz2 gentoo-2-123254f80f2652e43f1411f02c589524faa1c659.zip |
ppc stable, bug #136172
(Portage version: 2.1)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/device-mapper/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/device-mapper/device-mapper-1.02.07.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/device-mapper/ChangeLog b/sys-fs/device-mapper/ChangeLog index ba8c00a66ab4..f1fa2880b646 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.41 2006/06/13 13:02:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/ChangeLog,v 1.42 2006/06/15 18:04:28 dertobi123 Exp $ + + 15 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org> + device-mapper-1.02.07.ebuild: + ppc stable, bug #136172 13 Jun 2006; Danny van Dyk <kugelfang@gentoo.org> device-mapper-1.02.07.ebuild: diff --git a/sys-fs/device-mapper/device-mapper-1.02.07.ebuild b/sys-fs/device-mapper/device-mapper-1.02.07.ebuild index 336aef200394..cdcd982de5fa 100644 --- a/sys-fs/device-mapper/device-mapper-1.02.07.ebuild +++ b/sys-fs/device-mapper/device-mapper-1.02.07.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.07.ebuild,v 1.5 2006/06/13 13:02:14 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/device-mapper-1.02.07.ebuild,v 1.6 2006/06/15 18:04:28 dertobi123 Exp $ inherit eutils multilib @@ -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 )" |