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 64B771382C5 for ; Wed, 2 May 2018 14:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCD1E0998; Wed, 2 May 2018 14:32:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3C8FEE0998 for ; Wed, 2 May 2018 14:32:52 +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 68064335C74 for ; Wed, 2 May 2018 14:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48C7428B for ; Wed, 2 May 2018 14:32:49 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525271551.e17eb4724ec4d191e4c4e8c7599ffa004da084d6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dirac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dirac/dirac-1.0.2-r1.ebuild X-VCS-Directories: media-video/dirac/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e17eb4724ec4d191e4c4e8c7599ffa004da084d6 X-VCS-Branch: master Date: Wed, 2 May 2018 14:32:49 +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: 7b6e74a4-b6ae-4104-9bf7-ef7c267c4bda X-Archives-Hash: 78f486f2278710a7698e57d9b3370eed commit: e17eb4724ec4d191e4c4e8c7599ffa004da084d6 Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 2 14:32:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 2 14:32:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17eb472 media-video/dirac: drop dead dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/dirac/dirac-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/dirac/dirac-1.0.2-r1.ebuild b/media-video/dirac/dirac-1.0.2-r1.ebuild index 9721f4f7e14..36eee488263 100644 --- a/media-video/dirac/dirac-1.0.2-r1.ebuild +++ b/media-video/dirac/dirac-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ DEPEND=" app-doc/doxygen virtual/latex-base media-gfx/graphviz - || ( >=app-text/texlive-core-2014 app-text/dvipdfm ) + >=app-text/texlive-core-2014 )" DOCS=( AUTHORS ChangeLog NEWS README TODO )