summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-02 23:11:04 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-02 23:19:18 +0200
commit580805c98ca41f9a4ac561e87010c7ef135782af (patch)
treeea24a51c4300abd4e4013dcb302626c79a9f8316 /dev-util/xdelta/xdelta-3.0.10.ebuild
parentdev-libs/jsoncpp: Add missing cond RESTRICT=test (diff)
downloadgentoo-580805c98ca41f9a4ac561e87010c7ef135782af.tar.gz
gentoo-580805c98ca41f9a4ac561e87010c7ef135782af.tar.bz2
gentoo-580805c98ca41f9a4ac561e87010c7ef135782af.zip
dev-util/xdelta: Remove unnecessary USE=test
Diffstat (limited to 'dev-util/xdelta/xdelta-3.0.10.ebuild')
-rw-r--r--dev-util/xdelta/xdelta-3.0.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/xdelta/xdelta-3.0.10.ebuild b/dev-util/xdelta/xdelta-3.0.10.ebuild
index ec926a870d23..ae0d71a3e9fb 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}"