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 1A6ED13832F for ; Tue, 2 Aug 2016 22:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E575021C01D; Tue, 2 Aug 2016 22:31:21 +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 75BE521C01D for ; Tue, 2 Aug 2016 22:31:21 +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 08CF2340AA1 for ; Tue, 2 Aug 2016 22:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8FEA7DC for ; Tue, 2 Aug 2016 22:31:16 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1470176534.fb4be405f4a63c03acb83965ba8af9d3885bfdde.chewi@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/icedtea/icedtea-3.1.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: fb4be405f4a63c03acb83965ba8af9d3885bfdde X-VCS-Branch: master Date: Tue, 2 Aug 2016 22:31:16 +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: 6b9dfa50-081e-492d-a17b-8b611ffaca66 X-Archives-Hash: e3c5aceb3d0c8037fb744c2ba78de2e9 commit: fb4be405f4a63c03acb83965ba8af9d3885bfdde Author: James Le Cuirot gentoo org> AuthorDate: Tue Aug 2 22:22:14 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Aug 2 22:22:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=fb4be405 dev-java/icedtea: Remove virtualx eclass inherit where it isn't needed Package-Manager: portage-2.3.0 dev-java/icedtea/icedtea-3.1.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-java/icedtea/icedtea-3.1.0.ebuild b/dev-java/icedtea/icedtea-3.1.0.ebuild index 675dc95..5d0c298 100644 --- a/dev-java/icedtea/icedtea-3.1.0.ebuild +++ b/dev-java/icedtea/icedtea-3.1.0.ebuild @@ -10,7 +10,7 @@ EAPI="5" SLOT="8" -inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator virtualx +inherit check-reqs gnome2-utils java-pkg-2 java-vm-2 multiprocessing pax-utils prefix versionator ICEDTEA_VER=$(get_version_component_range 1-3) ICEDTEA_BRANCH=$(get_version_component_range 1-2) @@ -325,8 +325,7 @@ src_configure() { } src_test() { - # Currently doesn't need display as we disable JDK jtreg tests - emake check + default } src_install() {