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 39E10138350 for ; Sat, 22 Feb 2020 23:32:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 529A8E090F; Sat, 22 Feb 2020 23:32:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 20DE8E08DB for ; Sat, 22 Feb 2020 23:32:02 +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 6711134EF73 for ; Sat, 22 Feb 2020 23:32:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BE6A14A for ; Sat, 22 Feb 2020 23:31:58 +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: <1582414303.39370cde43db72de060940cc88a56342cc4a6d46.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-4.4.3.1.ebuild X-VCS-Directories: media-libs/allegro/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 39370cde43db72de060940cc88a56342cc4a6d46 X-VCS-Branch: master Date: Sat, 22 Feb 2020 23:31:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54bb579b-e3ca-476d-9f97-d09de2bf6aca X-Archives-Hash: 694e7499a2c349c250c8b7689307cf65 commit: 39370cde43db72de060940cc88a56342cc4a6d46 Author: James Le Cuirot gentoo org> AuthorDate: Sat Feb 22 23:30:46 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Feb 22 23:31:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39370cde media-libs/allegro: Fix automagic building of 4.4.3.1 texinfo docs Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot gentoo.org> media-libs/allegro/allegro-4.4.3.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/allegro/allegro-4.4.3.1.ebuild b/media-libs/allegro/allegro-4.4.3.1.ebuild index 1f5e195f802..c0f62180c01 100644 --- a/media-libs/allegro/allegro-4.4.3.1.ebuild +++ b/media-libs/allegro/allegro-4.4.3.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.g LICENSE="Allegro MIT GPL-2+ ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86" -IUSE="alsa fbcon jack jpeg opengl oss png svga vga vorbis X" +IUSE="alsa doc fbcon jack jpeg opengl oss png svga vga vorbis X" RDEPEND=" alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) @@ -37,7 +37,10 @@ RDEPEND=" )" DEPEND="${RDEPEND} X? ( x11-base/xorg-proto )" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + doc? ( sys-apps/texinfo ) +" PATCHES=( "${FILESDIR}"/${PN}-4.4.2-shared.patch @@ -64,6 +67,7 @@ src_configure() { -DINFODIR=share/info -DMANDIR=share/man -DWANT_ALSA=$(usex alsa) + -DWANT_DOCS_INFO=$(usex doc) -DWANT_EXAMPLES=OFF -DWANT_JACK=$(usex jack) -DWANT_JPGALLEG=$(usex jpeg)