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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FA60158020 for ; Wed, 19 Oct 2022 23:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85517E085A; Wed, 19 Oct 2022 23:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F59AE085A for ; Wed, 19 Oct 2022 23:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CAC9340E9F for ; Wed, 19 Oct 2022 23:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5115F7 for ; Wed, 19 Oct 2022 23:33:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1666222341.6491b82e2d7b8bebc9bce84161055f8ee8ec8f7b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-base/xorg-fonts/xorg-fonts-1.ebuild x11-base/xorg-fonts/xorg-fonts-2.ebuild X-VCS-Directories: x11-base/xorg-fonts/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6491b82e2d7b8bebc9bce84161055f8ee8ec8f7b X-VCS-Branch: master Date: Wed, 19 Oct 2022 23:33:19 +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: f1bbcc9c-526a-4593-aae5-d464d6e38288 X-Archives-Hash: 88b112c4214c6427a71c960cad3b0728 commit: 6491b82e2d7b8bebc9bce84161055f8ee8ec8f7b Author: Matt Turner gentoo org> AuthorDate: Wed Oct 19 23:32:21 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 19 23:32:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6491b82e x11-base/xorg-fonts: Move media-fonts/font-bh-type1 to optfeature Closes: https://bugs.gentoo.org/877637 Signed-off-by: Matt Turner gentoo.org> x11-base/xorg-fonts/{xorg-fonts-1.ebuild => xorg-fonts-2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-base/xorg-fonts/xorg-fonts-1.ebuild b/x11-base/xorg-fonts/xorg-fonts-2.ebuild similarity index 97% rename from x11-base/xorg-fonts/xorg-fonts-1.ebuild rename to x11-base/xorg-fonts/xorg-fonts-2.ebuild index 4ddf4a2e3f43..e5c0f149fb82 100644 --- a/x11-base/xorg-fonts/xorg-fonts-1.ebuild +++ b/x11-base/xorg-fonts/xorg-fonts-2.ebuild @@ -23,7 +23,6 @@ RDEPEND=" media-fonts/font-bh-75dpi media-fonts/font-bh-lucidatypewriter-100dpi media-fonts/font-bh-lucidatypewriter-75dpi - media-fonts/font-bh-type1 media-fonts/font-bitstream-100dpi media-fonts/font-bitstream-75dpi media-fonts/font-bitstream-speedo @@ -50,5 +49,5 @@ RDEPEND=" " pkg_postinst() { - optfeature "Bigelow & Holmes TrueType fonts (non-free)" media-fonts/font-bh-ttf + optfeature "Bigelow & Holmes TrueType fonts (non-free)" media-fonts/font-bh-ttf media-fonts/font-bh-type1 }