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: app-text/refbase/
Date: Sun, 26 Aug 2018 08:59:31
Message-Id: 1535273959.61f81d517422e89e5bb6b4ad2f7ff7063789c57c.mgorny@gentoo
1 commit: 61f81d517422e89e5bb6b4ad2f7ff7063789c57c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 08:33:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:59:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f81d51
7
8 app-text/refbase: Remove support for non-existent deps
9
10 app-text/refbase/refbase-0.9.5.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild
14 index f2828b542ee..47da213ccdb 100644
15 --- a/app-text/refbase/refbase-0.9.5.ebuild
16 +++ b/app-text/refbase/refbase-0.9.5.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="2"
23 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
24 LICENSE="GPL-2"
25 KEYWORDS="~x86 ~amd64"
26 IUSE=""
27 -DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
28 +DEPEND=">=dev-lang/php-5.3
29 dev-lang/php[mysql,session]
30 app-admin/webapp-config
31 app-text/bibutils"