diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 16:36:10 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-12-18 18:17:14 -0500 |
commit | 6696b358d3f8fd7b717b0b0d9baa70b78276af15 (patch) | |
tree | 7c492bdbb1fec0bd4982aafb2b638f5df3f9701e /dev-php/ca-bundle | |
parent | dev-php/ca-bundle: add upstream/remote-id tag to metadata.xml. (diff) | |
download | gentoo-6696b358d3f8fd7b717b0b0d9baa70b78276af15.tar.gz gentoo-6696b358d3f8fd7b717b0b0d9baa70b78276af15.tar.bz2 gentoo-6696b358d3f8fd7b717b0b0d9baa70b78276af15.zip |
dev-php/ca-bundle: use a slightly shorter DESCRIPTION.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-php/ca-bundle')
-rw-r--r-- | dev-php/ca-bundle/ca-bundle-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild b/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild index 7e6cbf7924a3..931a3856dec9 100644 --- a/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild +++ b/dev-php/ca-bundle/ca-bundle-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -DESCRIPTION="Find a path to the system CA bundle, and fallback to the Mozilla CA bundle" +DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one" HOMEPAGE="https://github.com/composer/ca-bundle" SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |