diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-27 21:08:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-02-27 21:08:15 +0000 |
commit | 51c4967c5497bac99b994875d4eeac433df562a2 (patch) | |
tree | 4dcd2f0fe3a754ada45cdd95d99f72f6fe53bbd9 /sys-fs/ddrescue | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-51c4967c5497bac99b994875d4eeac433df562a2.tar.gz gentoo-2-51c4967c5497bac99b994875d4eeac433df562a2.tar.bz2 gentoo-2-51c4967c5497bac99b994875d4eeac433df562a2.zip |
Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip wrt #485462 by Ulrich Müller
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/ddrescue')
-rw-r--r-- | sys-fs/ddrescue/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ddrescue/ddrescue-1.17-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/ddrescue/ChangeLog b/sys-fs/ddrescue/ChangeLog index 73a5babc17a4..9a52c92d795a 100644 --- a/sys-fs/ddrescue/ChangeLog +++ b/sys-fs/ddrescue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.45 2014/02/27 05:46:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.46 2014/02/27 21:08:15 ssuominen Exp $ + + 27 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> ddrescue-1.17-r1.ebuild: + Use the unpacker_src_uri_depends() function to pull in either pdlzip or lzip + wrt #485462 by Ulrich Müller 27 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> -ddrescue-1.17.ebuild, ddrescue-1.17-r1.ebuild: diff --git a/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild b/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild index 64f02a5938db..77a2c8e2fa11 100644 --- a/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild +++ b/sys-fs/ddrescue/ddrescue-1.17-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/ddrescue/ddrescue-1.17-r1.ebuild,v 1.2 2014/02/27 05:46:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.17-r1.ebuild,v 1.3 2014/02/27 21:08:15 ssuominen Exp $ EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux" IUSE="static" -DEPEND="" +DEPEND="$(unpacker_src_uri_depends)" RDEPEND="" src_configure() { |