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 D85FA139694 for ; Sun, 23 Jul 2017 13:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C0CAE0ED2; Sun, 23 Jul 2017 13:52:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 077F2E0ED2 for ; Sun, 23 Jul 2017 13:52:55 +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 2223F34188D for ; Sun, 23 Jul 2017 13:52:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D326874BC for ; Sun, 23 Jul 2017 13:52:52 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1500817956.e3a3adc603e63a4fe6051bd11492bd13ecd3b00b.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libgxim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libgxim/libgxim-0.5.0.ebuild X-VCS-Directories: x11-libs/libgxim/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e3a3adc603e63a4fe6051bd11492bd13ecd3b00b X-VCS-Branch: master Date: Sun, 23 Jul 2017 13:52:52 +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: 44b6a8da-eb09-44d0-9b98-1c6a943f0b4a X-Archives-Hash: d648b51339f4564ccef5a574d06f845e commit: e3a3adc603e63a4fe6051bd11492bd13ecd3b00b Author: Akinori Hattori gentoo org> AuthorDate: Sun Jul 23 13:47:34 2017 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Jul 23 13:52:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a3adc6 x11-libs/libgxim: drop doc USE flag Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-libs/libgxim/libgxim-0.5.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/libgxim/libgxim-0.5.0.ebuild b/x11-libs/libgxim/libgxim-0.5.0.ebuild index 20ff19fba5f..26a9156725b 100644 --- a/x11-libs/libgxim/libgxim-0.5.0.ebuild +++ b/x11-libs/libgxim/libgxim-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc static-libs" +IUSE="static-libs" RDEPEND="dev-libs/dbus-glib dev-libs/glib:2 @@ -24,8 +24,7 @@ DEPEND="${RDEPEND} dev-lang/ruby dev-util/intltool sys-devel/gettext - virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.8 )" + virtual/pkgconfig" src_configure() { econf $(use_enable static-libs static)