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 E0A111382C5 for ; Wed, 14 Apr 2021 07:57:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30BDDE0878; Wed, 14 Apr 2021 07:57:33 +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 18B5DE0878 for ; Wed, 14 Apr 2021 07:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C74AE335DA0 for ; Wed, 14 Apr 2021 07:57:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45ECF4D2 for ; Wed, 14 Apr 2021 07:57:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1618387044.3f8227e136f71ee1f6fd5a91a560c5083a44f619.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.25.1-r11.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3f8227e136f71ee1f6fd5a91a560c5083a44f619 X-VCS-Branch: master Date: Wed, 14 Apr 2021 07:57:30 +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: 631a1efd-9f34-47c2-b415-75af9040e782 X-Archives-Hash: f0b3ae7364532c4a6acb31de90977004 commit: 3f8227e136f71ee1f6fd5a91a560c5083a44f619 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 14 07:56:30 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 14 07:57:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8227e1 dev-libs/efl: add texlive-fontutils as USE="doc" dep Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.25.1-r11.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/efl/efl-1.25.1-r11.ebuild b/dev-libs/efl/efl-1.25.1-r11.ebuild index 62608dcce93..6bd28b2a70e 100644 --- a/dev-libs/efl/efl-1.25.1-r11.ebuild +++ b/dev-libs/efl/efl-1.25.1-r11.ebuild @@ -4,6 +4,7 @@ EAPI=7 DOCS_BUILDER="doxygen" +DOCS_DEPEND="dev-texlive/texlive-fontutils" DOCS_DIR="${S}/doc" LUA_REQ_USE="deprecated(+)"