diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-09-04 05:19:58 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-09-04 05:19:58 +0000 |
commit | 9c65097761bb23393ebede400ea8f5afe5583c80 (patch) | |
tree | c8d4786470fc762f74b57df5d34787bd46213041 /sys-fs/xfsdump | |
parent | Version bump (bug #510750). Removed old (diff) | |
download | gentoo-2-9c65097761bb23393ebede400ea8f5afe5583c80.tar.gz gentoo-2-9c65097761bb23393ebede400ea8f5afe5583c80.tar.bz2 gentoo-2-9c65097761bb23393ebede400ea8f5afe5583c80.zip |
Fixed dependency on xfsprogs which lead to a compile failure (bug #522030)
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index 4b5ffe16b85e..21eefa1291c1 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/xfsdump # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.110 2014/09/02 10:23:03 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.111 2014/09/04 05:19:58 polynomial-c Exp $ + + 04 Sep 2014; Lars Wendler <polynomial-c@gentoo.org> xfsdump-3.1.4.ebuild: + Fixed dependency on xfsprogs which lead to a compile failure (bug #522030). *xfsdump-3.1.4 (02 Sep 2014) diff --git a/sys-fs/xfsdump/xfsdump-3.1.4.ebuild b/sys-fs/xfsdump/xfsdump-3.1.4.ebuild index 014076b00d11..3a13901a13b1 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.4.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.4.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/xfsdump/xfsdump-3.1.4.ebuild,v 1.1 2014/09/02 10:23:03 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.4.ebuild,v 1.2 2014/09/04 05:19:58 polynomial-c Exp $ EAPI="4" @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86" IUSE="" RDEPEND="sys-fs/e2fsprogs - !<sys-fs/xfsprogs-3 + >=sys-fs/xfsprogs-3.2.0 sys-apps/dmapi >=sys-apps/attr-2.4.19" DEPEND="${RDEPEND} |