summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 10:33:37 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 10:59:19 +0200
commit61f81d517422e89e5bb6b4ad2f7ff7063789c57c (patch)
treef7670895dfacd0b6208ae3cd29310cd869daea31 /app-text/refbase
parentapp-text/cmigemo: Remove support for non-existent deps (diff)
downloadgentoo-61f81d517422e89e5bb6b4ad2f7ff7063789c57c.tar.gz
gentoo-61f81d517422e89e5bb6b4ad2f7ff7063789c57c.tar.bz2
gentoo-61f81d517422e89e5bb6b4ad2f7ff7063789c57c.zip
app-text/refbase: Remove support for non-existent deps
Diffstat (limited to 'app-text/refbase')
-rw-r--r--app-text/refbase/refbase-0.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild
index f2828b542eed..47da213ccdbe 100644
--- a/app-text/refbase/refbase-0.9.5.ebuild
+++ b/app-text/refbase/refbase-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
-DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
+DEPEND=">=dev-lang/php-5.3
dev-lang/php[mysql,session]
app-admin/webapp-config
app-text/bibutils"