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 EA95B1382C5 for ; Sat, 28 Apr 2018 01:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9493AE09BC; Sat, 28 Apr 2018 01:16:18 +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 6D45BE09BC for ; Sat, 28 Apr 2018 01:16:18 +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 53630335C97 for ; Sat, 28 Apr 2018 01:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 681352A6 for ; Sat, 28 Apr 2018 01:16:14 +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: <1524877829.16e76e566c4bde8cd90aa2bf65b12eabbc933566.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/fslsfonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/fslsfonts/fslsfonts-1.0.5-r1.ebuild x11-apps/fslsfonts/fslsfonts-1.0.5.ebuild X-VCS-Directories: x11-apps/fslsfonts/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 16e76e566c4bde8cd90aa2bf65b12eabbc933566 X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:16:14 +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: 10a333e0-2b22-4c7c-bda0-9d12e03bf771 X-Archives-Hash: 0b2118e22524633bb28dc832060e032c commit: 16e76e566c4bde8cd90aa2bf65b12eabbc933566 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:10:09 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 01:10:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e76e56 x11-apps/fslsfonts: Transition deps to x11-base/xorg-proto .../fslsfonts/{fslsfonts-1.0.5.ebuild => fslsfonts-1.0.5-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/fslsfonts/fslsfonts-1.0.5.ebuild b/x11-apps/fslsfonts/fslsfonts-1.0.5-r1.ebuild similarity index 79% rename from x11-apps/fslsfonts/fslsfonts-1.0.5.ebuild rename to x11-apps/fslsfonts/fslsfonts-1.0.5-r1.ebuild index a1aa9814f14..a861d2c640d 100644 --- a/x11-apps/fslsfonts/fslsfonts-1.0.5.ebuild +++ b/x11-apps/fslsfonts/fslsfonts-1.0.5-r1.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="list fonts served by X font server" KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="x11-proto/xproto - x11-libs/libFS" -DEPEND="${RDEPEND}" +RDEPEND="x11-libs/libFS" +DEPEND="${RDEPEND} + x11-base/xorg-proto"