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.11.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.11.ebuild')
-rw-r--r--dev-util/xdelta/xdelta-3.0.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/xdelta/xdelta-3.0.11.ebuild b/dev-util/xdelta/xdelta-3.0.11.ebuild
index 53f2f26dd630..8a5b570559fc 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}"