mgorny 14/03/24 17:34:28 Modified: squashdelta-9999.ebuild ChangeLog Log: Enable LZO by default since it is going to be used by Gentoo, and require at least one compressor enabled. (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 dev-util/squashdelta/squashdelta-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?r1=1.1&r2=1.2 Index: squashdelta-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- squashdelta-9999.ebuild 11 Feb 2014 19:30:53 -0000 1.1 +++ squashdelta-9999.ebuild 24 Mar 2014 17:34:28 -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/squashdelta/squashdelta-9999.ebuild,v 1.1 2014/02/11 19:30:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v 1.2 2014/03/24 17:34:28 mgorny Exp $ EAPI=5 @@ -21,7 +21,7 @@ LICENSE="BSD public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="lz4 lzo" +IUSE="lz4 +lzo" #if LIVE KEYWORDS= @@ -35,6 +35,9 @@ dev-util/xdelta:3" DEPEND=${COMMON_DEPEND} +# SquashDelta does not make much sense without a compression algo. +REQUIRED_USE="|| ( lz4 lzo )" + src_configure() { local myeconfargs=( $(use_enable lz4) 1.2 dev-util/squashdelta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 Feb 2014 19:30:53 -0000 1.1 +++ ChangeLog 24 Mar 2014 17:34:28 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/squashdelta # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.1 2014/02/11 19:30:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.2 2014/03/24 17:34:28 mgorny Exp $ + + 24 Mar 2014; Michał Górny <[email protected]> squashdelta-9999.ebuild: + Enable LZO by default since it is going to be used by Gentoo, and require at + least one compressor enabled. *squashdelta-9999 (11 Feb 2014)
