diff options
author | 2012-05-29 12:52:50 +0000 | |
---|---|---|
committer | 2012-05-29 12:52:50 +0000 | |
commit | ff23eba52243b4811b920a6663bb9c4243d1abe7 (patch) | |
tree | 08ad8f3051c857bb1cc7d8bbcacc4f31cab2c0d6 /sys-fs | |
parent | Add CVC3 license for sci-mathematics/cvc3 (diff) | |
download | gentoo-2-ff23eba52243b4811b920a6663bb9c4243d1abe7.tar.gz gentoo-2-ff23eba52243b4811b920a6663bb9c4243d1abe7.tar.bz2 gentoo-2-ff23eba52243b4811b920a6663bb9c4243d1abe7.zip |
Add missing dependency on dev-libs/libaio wrt #417455. Thanks to victor romanchuk <rom@persimplex.net> and László Szalma <dblaci@dblaci.hu> for the report and confirmation respectively
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ocfs2-tools/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-fs/ocfs2-tools/ChangeLog b/sys-fs/ocfs2-tools/ChangeLog index 25afff8d2b36..94fee79797a8 100644 --- a/sys-fs/ocfs2-tools/ChangeLog +++ b/sys-fs/ocfs2-tools/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/ocfs2-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.12 2012/05/24 04:13:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.13 2012/05/29 12:52:50 xarthisius Exp $ + + 29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ocfs2-tools-1.6.4.ebuild, + ocfs2-tools-1.8.2.ebuild: + Add missing dependency on dev-libs/libaio wrt #417455. Thanks to victor + romanchuk <rom@persimplex.net> and László Szalma <dblaci@dblaci.hu> for the + report and confirmation respectively 24 May 2012; Mike Frysinger <vapier@gentoo.org> ocfs2-tools-1.6.4-r1.ebuild: Inherit eutils for epatch. diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild index 45c797a581a9..9a7742d09c2c 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild,v 1.3 2012/05/05 12:59:47 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4.ebuild,v 1.4 2012/05/29 12:52:50 xarthisius Exp $ EAPI=3 PYTHON_DEPEND="gtk? 2" @@ -68,6 +68,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die - newinitd "${FILESDIR}/ocfs2.initd" ocfs2 || die - newconfd "${FILESDIR}/ocfs2.confd" ocfs2 || die + newinitd "${FILESDIR}/ocfs2.initd" ocfs2 || die + newconfd "${FILESDIR}/ocfs2.confd" ocfs2 || die } diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild index 8abf45b074ab..5f855b74d2d2 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.3 2012/05/21 19:28:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.4 2012/05/29 12:52:50 xarthisius Exp $ EAPI=4 PYTHON_DEPEND="gtk? 2" @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug external gtk" RDEPEND=" + dev-libs/libaio sys-apps/util-linux sys-cluster/libcman external? ( |