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 1CDDA138335 for ; Sun, 26 Aug 2018 20:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB97BE088A; Sun, 26 Aug 2018 20:35:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AC129E088A for ; Sun, 26 Aug 2018 20:35:31 +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 6F20D335CC3 for ; Sun, 26 Aug 2018 20:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F8753A5 for ; Sun, 26 Aug 2018 20:35:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535313723.49d55017543ea44f29c4dd5eab43ba6ad68c5284.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/blktrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/blktrace/blktrace-1.1.0-r1.ebuild sys-block/blktrace/blktrace-1.1.0.ebuild sys-block/blktrace/blktrace-1.2.0.ebuild X-VCS-Directories: sys-block/blktrace/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49d55017543ea44f29c4dd5eab43ba6ad68c5284 X-VCS-Branch: master Date: Sun, 26 Aug 2018 20:35:27 +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: 9327ca1e-eaff-4b87-9962-bdd1c22414fe X-Archives-Hash: feea427516db28a990986c7a5a05cfad commit: 49d55017543ea44f29c4dd5eab43ba6ad68c5284 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 26 20:02:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 26 20:02:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d55017 sys-block/blktrace: Remove support for non-existent deps sys-block/blktrace/blktrace-1.1.0-r1.ebuild | 2 +- sys-block/blktrace/blktrace-1.1.0.ebuild | 2 +- sys-block/blktrace/blktrace-1.2.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/blktrace/blktrace-1.1.0-r1.ebuild b/sys-block/blktrace/blktrace-1.1.0-r1.ebuild index 40a590aa25f..3da2cc38732 100644 --- a/sys-block/blktrace/blktrace-1.1.0-r1.ebuild +++ b/sys-block/blktrace/blktrace-1.1.0-r1.ebuild @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} sys-kernel/linux-headers doc? ( virtual/latex-base - || ( >=app-text/texlive-core-2014 app-text/dvipdfm ) + >=app-text/texlive-core-2014 ) " S="${WORKDIR}/${MY_P}" diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild b/sys-block/blktrace/blktrace-1.1.0.ebuild index 49666d84760..58af31eaa2c 100644 --- a/sys-block/blktrace/blktrace-1.1.0.ebuild +++ b/sys-block/blktrace/blktrace-1.1.0.ebuild @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} sys-kernel/linux-headers doc? ( virtual/latex-base - || ( >=app-text/texlive-core-2014 app-text/dvipdfm ) + >=app-text/texlive-core-2014 ) dev-libs/libaio" S="${WORKDIR}/${MY_P}" diff --git a/sys-block/blktrace/blktrace-1.2.0.ebuild b/sys-block/blktrace/blktrace-1.2.0.ebuild index bf74b389490..68ca8627f8c 100644 --- a/sys-block/blktrace/blktrace-1.2.0.ebuild +++ b/sys-block/blktrace/blktrace-1.2.0.ebuild @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} sys-kernel/linux-headers doc? ( virtual/latex-base - || ( >=app-text/texlive-core-2014 app-text/dvipdfm ) + >=app-text/texlive-core-2014 ) " S="${WORKDIR}/${MY_P}"