commit: 10eaeed30aa7d20dcc7cfa51afda18347d1b83c6
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:12:59 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 23:12:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10eaeed3
dev-java/bcpg: Correct a typo in a if condition.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-java/bcpg/bcpg-1.52-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/bcpg/bcpg-1.52-r1.ebuild
b/dev-java/bcpg/bcpg-1.52-r1.ebuild
index 42f4909..05fe7b2 100644
--- a/dev-java/bcpg/bcpg-1.52-r1.ebuild
+++ b/dev-java/bcpg/bcpg-1.52-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