From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 350F61382DE for ; Sat, 2 Jul 2016 21:19:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C58BBE0913; Sat, 2 Jul 2016 21:19:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2327BE0925 for ; Sat, 2 Jul 2016 21:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFDC3340DCF for ; Sat, 2 Jul 2016 21:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4D02440 for ; Sat, 2 Jul 2016 21:19:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1467494358.580805c98ca41f9a4ac561e87010c7ef135782af.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/xdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/xdelta/xdelta-3.0.10.ebuild dev-util/xdelta/xdelta-3.0.11.ebuild X-VCS-Directories: dev-util/xdelta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 580805c98ca41f9a4ac561e87010c7ef135782af X-VCS-Branch: master Date: Sat, 2 Jul 2016 21:19:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3d44db91-2684-49a4-bcc9-014dc97efd0e X-Archives-Hash: 302cf2466cb06ca7e5f6b7033e9b769b commit: 580805c98ca41f9a4ac561e87010c7ef135782af Author: Michał Górny gentoo org> AuthorDate: Sat Jul 2 21:11:04 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 2 21:19:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580805c9 dev-util/xdelta: Remove unnecessary USE=test dev-util/xdelta/xdelta-3.0.10.ebuild | 2 +- dev-util/xdelta/xdelta-3.0.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/xdelta/xdelta-3.0.10.ebuild b/dev-util/xdelta/xdelta-3.0.10.ebuild index ec926a8..ae0d71a 100644 --- a/dev-util/xdelta/xdelta-3.0.10.ebuild +++ b/dev-util/xdelta/xdelta-3.0.10.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${MY_P}. LICENSE="GPL-2" SLOT="3" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="examples lzma test" +IUSE="examples lzma" RDEPEND="lzma? ( app-arch/xz-utils:= )" DEPEND="${RDEPEND}" diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild b/dev-util/xdelta/xdelta-3.0.11.ebuild index 53f2f26..8a5b570 100644 --- a/dev-util/xdelta/xdelta-3.0.11.ebuild +++ b/dev-util/xdelta/xdelta-3.0.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jmacd/xdelta-gpl/releases/download/v${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="3" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="examples lzma test" +IUSE="examples lzma" RDEPEND="lzma? ( app-arch/xz-utils:= )" DEPEND="${RDEPEND}"