From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF32259CA9 for ; Sat, 26 Mar 2016 21:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDCA121C007; Sat, 26 Mar 2016 21:05:50 +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 6E49F21C007 for ; Sat, 26 Mar 2016 21:05:50 +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 2C589340B65 for ; Sat, 26 Mar 2016 21:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D840846 for ; Sat, 26 Mar 2016 21:05:45 +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: <1459026320.ada66f56ecb6cd775f2ffd4c6b663eddb426ca8f.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-7.2.6.5.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ada66f56ecb6cd775f2ffd4c6b663eddb426ca8f X-VCS-Branch: master Date: Sat, 26 Mar 2016 21:05:45 +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: 3f6ec6f7-8fc0-4da9-87c3-b178ec08a4ff X-Archives-Hash: d24ff58380686f93035f23931ab959b8 commit: ada66f56ecb6cd775f2ffd4c6b663eddb426ca8f Author: James Le Cuirot gentoo org> AuthorDate: Sat Mar 26 21:05:20 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Mar 26 21:05:20 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=ada66f56 dev-java/icedtea: Make use of the new CUPS configure option in 7 Package-Manager: portage-2.2.28 dev-java/icedtea/icedtea-7.2.6.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/icedtea/icedtea-7.2.6.5.ebuild b/dev-java/icedtea/icedtea-7.2.6.5.ebuild index a350751..d3ca3cf 100644 --- a/dev-java/icedtea/icedtea-7.2.6.5.ebuild +++ b/dev-java/icedtea/icedtea-7.2.6.5.ebuild @@ -304,6 +304,7 @@ src_configure() { $(use_enable !headless-awt system-gif) \ $(use_enable !headless-awt system-png) \ $(use_enable !debug optimizations) \ + $(use_enable cups system-cups) \ $(use_enable doc docs) \ $(use_enable gtk system-gtk) \ $(use_enable infinality) \