diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-14 10:51:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-14 10:51:44 +0000 |
commit | 733018f8a9cf2cf1ef56f6d1857c2cf62cdd1f08 (patch) | |
tree | 68fc7d5b2aa04b717803e95d078af807dbd7cb41 /sys-fs/multipath-tools | |
parent | Stable for ppc64, wrt bug #496534 (diff) | |
download | gentoo-2-733018f8a9cf2cf1ef56f6d1857c2cf62cdd1f08.tar.gz gentoo-2-733018f8a9cf2cf1ef56f6d1857c2cf62cdd1f08.tar.bz2 gentoo-2-733018f8a9cf2cf1ef56f6d1857c2cf62cdd1f08.zip |
Stable for ppc64, wrt bug #499320
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/multipath-tools')
-rw-r--r-- | sys-fs/multipath-tools/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/multipath-tools/ChangeLog b/sys-fs/multipath-tools/ChangeLog index 8f153a47a2dc..3ced12840c25 100644 --- a/sys-fs/multipath-tools/ChangeLog +++ b/sys-fs/multipath-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/multipath-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.65 2014/03/09 03:13:00 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.66 2014/03/14 10:51:44 ago Exp $ + + 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> + multipath-tools-0.5.0-r1.ebuild: + Stable for ppc64, wrt bug #499320 09 Mar 2014; Jason A. Donenfeld <zx2c4@gentoo.org> +files/multipath-tools-0.5.0-systemd-pkgconfig.patch, diff --git a/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild index 861d402d743f..ce24f88fe178 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v 1.6 2014/03/09 03:13:00 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.5.0-r1.ebuild,v 1.7 2014/03/14 10:51:44 ago Exp $ EAPI=4 inherit eutils toolchain-funcs udev @@ -11,7 +11,7 @@ SRC_URI="http://christophe.varoqui.free.fr/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86" IUSE="systemd" RDEPEND=">=sys-fs/lvm2-2.02.45 |