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 66A5613835B for ; Sat, 3 Oct 2020 01:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C5CE09E1; Sat, 3 Oct 2020 01:32:44 +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 4B3CDE09E1 for ; Sat, 3 Oct 2020 01:32:44 +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 E2A32340D8C for ; Sat, 3 Oct 2020 01:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F615392 for ; Sat, 3 Oct 2020 01:32:39 +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: <1601688708.54546aaa668b383888d5fb174c476a33a8667c07.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-bh-lucidatypewriter-100dpi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild X-VCS-Directories: media-fonts/font-bh-lucidatypewriter-100dpi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 54546aaa668b383888d5fb174c476a33a8667c07 X-VCS-Branch: master Date: Sat, 3 Oct 2020 01:32:39 +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: f1b6958d-9a9a-40a4-a086-e67ff11673bc X-Archives-Hash: 907c23458e51941db3f1850ba0b66cf6 commit: 54546aaa668b383888d5fb174c476a33a8667c07 Author: Matt Turner gentoo org> AuthorDate: Thu Oct 1 22:19:19 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 3 01:31:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54546aaa media-fonts/font-bh-lucidatypewriter-100dpi: Add IUSE=nls Signed-off-by: Matt Turner gentoo.org> .../font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild index 4bb16660fc7..6eddfe156b4 100644 --- a/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild +++ b/media-fonts/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi-1.0.3-r2.ebuild @@ -8,3 +8,4 @@ DESCRIPTION="X.Org Bigelow & Holmes Lucida bitmap fonts" LICENSE="public-domain" # bitmap font, not copyrightable KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +IUSE="nls"