Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sgb/
Date: Sun, 26 Aug 2018 11:01:21
Message-Id: 1535281267.f7d17499c7fd62771c5124fb4f90fc770e7d86f5.mgorny@gentoo
1 commit: f7d17499c7fd62771c5124fb4f90fc770e7d86f5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 10:42:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 11:01:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d17499
7
8 dev-util/sgb: Remove support for non-existent deps
9
10 dev-util/sgb/sgb-20030623.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/sgb/sgb-20030623.ebuild b/dev-util/sgb/sgb-20030623.ebuild
14 index eac1bb81a89..9c6726cd8d9 100644
15 --- a/dev-util/sgb/sgb-20030623.ebuild
16 +++ b/dev-util/sgb/sgb-20030623.ebuild
17 @@ -12,7 +12,7 @@ LICENSE="BSD"
18 SLOT="0"
19 KEYWORDS="~amd64 ~ppc x86"
20 IUSE=""
21 -DEPEND="|| ( >=dev-util/cweb-3.00 virtual/tex-base )"
22 +DEPEND="virtual/tex-base"
23 S="${WORKDIR}"
24
25 src_unpack() {