jauhien 14/07/02 08:49:13 Modified: ext4_utils-4.4.4.1.ebuild ChangeLog Log: add missing dependency (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Revision Changes Path 1.2 dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild?r1=1.1&r2=1.2 Index: ext4_utils-4.4.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ext4_utils-4.4.4.1.ebuild 1 Jul 2014 22:54:34 -0000 1.1 +++ ext4_utils-4.4.4.1.ebuild 2 Jul 2014 08:49:13 -0000 1.2 @@ -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/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild,v 1.1 2014/07/01 22:54:34 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ext4_utils-4.4.4.1.ebuild,v 1.2 2014/07/02 08:49:13 jauhien Exp $ EAPI=5 @@ -22,6 +22,9 @@ S="${WORKDIR}" +DEPEND="dev-util/libsparse" +RDEPEND="${DEPEND}" + src_prepare() { cp "${FILESDIR}/Makefile" "${S}" } 1.2 dev-util/ext4_utils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/ext4_utils/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 1 Jul 2014 22:54:34 -0000 1.1 +++ ChangeLog 2 Jul 2014 08:49:13 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ext4_utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ChangeLog,v 1.1 2014/07/01 22:54:34 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ext4_utils/ChangeLog,v 1.2 2014/07/02 08:49:13 jauhien Exp $ + + 02 Jul 2014; Jauhien Piatlicki <[email protected]> ext4_utils-4.4.4.1.ebuild: + add missing dependency *ext4_utils-4.4.4.1 (01 Jul 2014)
