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 DB479138334 for ; Wed, 10 Oct 2018 23:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E22E076B; Wed, 10 Oct 2018 23:58:05 +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 72EBCE076B for ; Wed, 10 Oct 2018 23:58:04 +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 C424D340A03 for ; Wed, 10 Oct 2018 23:58:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DFF5275 for ; Wed, 10 Oct 2018 23:58:00 +0000 (UTC) From: "Naohiro Aota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" Message-ID: <1539215824.e75fc086327a710bbc2bc67f9fb7a074478ed220.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xdvik/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xdvik/xdvik-22.87.03-r1.ebuild app-text/xdvik/xdvik-22.87.03-r2.ebuild X-VCS-Directories: app-text/xdvik/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: e75fc086327a710bbc2bc67f9fb7a074478ed220 X-VCS-Branch: master Date: Wed, 10 Oct 2018 23:58:00 +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: 809e3aed-6fd1-4550-ba25-b499f9279945 X-Archives-Hash: 042fab264908375a10fe2a6d5c53b0b7 commit: e75fc086327a710bbc2bc67f9fb7a074478ed220 Author: Naohiro Aota gentoo org> AuthorDate: Wed Oct 10 23:56:38 2018 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Wed Oct 10 23:57:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75fc086 app-text/xdvik: add missing dependency to virtual/emacs Closes: https://bugs.gentoo.org/665154 Signed-off-by: Naohiro Aota gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/xdvik/xdvik-22.87.03-r1.ebuild | 3 ++- app-text/xdvik/xdvik-22.87.03-r2.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/xdvik/xdvik-22.87.03-r1.ebuild b/app-text/xdvik/xdvik-22.87.03-r1.ebuild index 9c61d703650..dc814d5d0db 100644 --- a/app-text/xdvik/xdvik-22.87.03-r1.ebuild +++ b/app-text/xdvik/xdvik-22.87.03-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,6 +19,7 @@ RDEPEND="media-libs/freetype:2 x11-libs/libXmu x11-libs/libXpm x11-libs/libXt + emacs? ( virtual/emacs ) motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) diff --git a/app-text/xdvik/xdvik-22.87.03-r2.ebuild b/app-text/xdvik/xdvik-22.87.03-r2.ebuild index 30720be2062..34a4d9669b4 100644 --- a/app-text/xdvik/xdvik-22.87.03-r2.ebuild +++ b/app-text/xdvik/xdvik-22.87.03-r2.ebuild @@ -19,6 +19,7 @@ CDEPEND=">=media-libs/freetype-2.9.1-r2:2 x11-libs/libXmu x11-libs/libXpm x11-libs/libXt + emacs? ( virtual/emacs ) motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw )