diff options
Diffstat (limited to 'dev-java/bcpg/bcpg-1.50-r1.ebuild')
-rw-r--r-- | dev-java/bcpg/bcpg-1.50-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/bcpg/bcpg-1.50-r1.ebuild b/dev-java/bcpg/bcpg-1.50-r1.ebuild index 83efd144905d..d52ada51679a 100644 --- a/dev-java/bcpg/bcpg-1.50-r1.ebuild +++ b/dev-java/bcpg/bcpg-1.50-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -45,7 +45,7 @@ src_unpack() { } java_prepare() { - if ! test; then + if ! use test; then local RM_TEST_FILES=( org/bouncycastle/openpgp/test org/bouncycastle/openpgp/examples/test |