From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1144160-garchives=archives.gentoo.org@lists.gentoo.org> 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 A9ABC138350 for <garchives@archives.gentoo.org>; Sun, 9 Feb 2020 12:37:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E55F0E083B; Sun, 9 Feb 2020 12:37:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E0F7E083B for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 12:37:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FB2434E872 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 12:37:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A90AC10F for <gentoo-commits@lists.gentoo.org>; Sun, 9 Feb 2020 12:37:08 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1581251826.6163973cf494f16094ecb7915a51e23ae1d4ab12.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/dillo/dillo-9999.ebuild X-VCS-Directories: www-client/dillo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6163973cf494f16094ecb7915a51e23ae1d4ab12 X-VCS-Branch: master Date: Sun, 9 Feb 2020 12:37:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa0cda64-82df-435e-b403-53c414f20ac7 X-Archives-Hash: 748996a0c4d1269834f0213a9794d815 commit: 6163973cf494f16094ecb7915a51e23ae1d4ab12 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Feb 9 12:36:40 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Feb 9 12:37:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163973c www-client/dillo: Update live ebuild Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> www-client/dillo/dillo-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild index 7134cc059e2..7269ff96157 100644 --- a/www-client/dillo/dillo-9999.ebuild +++ b/www-client/dillo/dillo-9999.ebuild @@ -12,7 +12,7 @@ EHG_REPO_URI="https://hg.dillo.org/dillo" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="doc +gif ipv6 +jpeg +png ssl" +IUSE="doc +gif ipv6 +jpeg +png ssl +xembed" RDEPEND=" >=x11-libs/fltk-1.3 @@ -43,6 +43,7 @@ src_configure() { $(use_enable jpeg) \ $(use_enable png) \ $(use_enable ssl) \ + $(use_enable xembed) \ --docdir="/usr/share/doc/${PF}" }