diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-31 13:56:23 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-31 13:56:23 -0400 |
commit | f0d207ffe711c291b506b796aa03ab937a48ebc2 (patch) | |
tree | 6732ac9bff8a0fd6c3741a8472f1707ff14d3704 /dev-libs/ossp-uuid | |
parent | dev-python/cryptography: Bump to 2.0.2 (diff) | |
download | gentoo-f0d207ffe711c291b506b796aa03ab937a48ebc2.tar.gz gentoo-f0d207ffe711c291b506b796aa03ab937a48ebc2.tar.bz2 gentoo-f0d207ffe711c291b506b796aa03ab937a48ebc2.zip |
dev-libs/ossp-uuid: Add blocker on dev-php/pecl-uuid wrt bug 577396
Non-maintainer commit. No action by maintainer for nearly 18 months.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-libs/ossp-uuid')
-rw-r--r-- | dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index be7cb06cafc1..429560bbc2e6 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r6.ebuild @@ -16,7 +16,7 @@ GENTOO_DEPEND_ON_PERL="no" inherit perl-module php-ext-source-r3 -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" +DESCRIPTION="An ISO-C:1999 API with CLI for generating DCE, ISO/IEC and RFC compliant UUID" HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" @@ -26,7 +26,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="+cxx perl php static-libs" DEPEND="perl? ( dev-lang/perl:= )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} php? ( !dev-php/pecl-uuid )" S="${WORKDIR}/${MY_P}" |