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: net-nds/phpldapadmin/
Date: Sun, 26 Aug 2018 17:40:38
Message-Id: 1535304819.a24a568bf14fd5a3768bdc48493b19b6b7c89455.mgorny@gentoo
1 commit: a24a568bf14fd5a3768bdc48493b19b6b7c89455
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:33:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:33:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24a568b
7
8 net-nds/phpldapadmin: Remove support for non-existent deps
9
10 net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild | 4 ++--
11 net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
15 index 075a0159c13..786fde03497 100644
16 --- a/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
17 +++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
25 IUSE=""
26
27 RDEPEND="dev-lang/php[hash,ldap,session,xml,nls]
28 - || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
29 + >=dev-lang/php-5.3
30 virtual/httpd-php"
31
32 need_httpd_cgi
33
34 diff --git a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
35 index 47ff7bff30d..4dcabc71b14 100644
36 --- a/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
37 +++ b/net-nds/phpldapadmin/phpldapadmin-1.2.3.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
45 IUSE=""
46
47 RDEPEND="dev-lang/php[hash,ldap,session,xml,nls]
48 - || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
49 + >=dev-lang/php-5.3
50 virtual/httpd-php"
51
52 need_httpd_cgi