Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ossp-uuid/
Date: Mon, 31 Jul 2017 17:56:39
Message-Id: 1501523783.f0d207ffe711c291b506b796aa03ab937a48ebc2.grknight@gentoo
1 commit: f0d207ffe711c291b506b796aa03ab937a48ebc2
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 17:56:23 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 17:56:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d207ff
7
8 dev-libs/ossp-uuid: Add blocker on dev-php/pecl-uuid wrt bug 577396
9
10 Non-maintainer commit. No action by maintainer for nearly 18 months.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.3
13
14 dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild
18 index be7cb06cafc..429560bbc2e 100644
19 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild
20 +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild
21 @@ -16,7 +16,7 @@ GENTOO_DEPEND_ON_PERL="no"
22
23 inherit perl-module php-ext-source-r3
24
25 -DESCRIPTION="An ISO-C:1999 API and corresponding CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUID"
26 +DESCRIPTION="An ISO-C:1999 API with CLI for generating DCE, ISO/IEC and RFC compliant UUID"
27 HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/"
28 SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz"
29
30 @@ -26,7 +26,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
31 IUSE="+cxx perl php static-libs"
32
33 DEPEND="perl? ( dev-lang/perl:= )"
34 -RDEPEND="${DEPEND}"
35 +RDEPEND="${DEPEND} php? ( !dev-php/pecl-uuid )"
36
37 S="${WORKDIR}/${MY_P}"