diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-14 21:13:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-14 21:15:47 +0200 |
commit | 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5 (patch) | |
tree | c696f11adcdc3af0812c5fc143378e01bb087ecf /media-libs/gd | |
parent | media-libs/gd: Fix CVE-2018-1000222 (diff) | |
download | gentoo-79e0cfbb9e9eb6ea14867b801654db9e9fea24c5.tar.gz gentoo-79e0cfbb9e9eb6ea14867b801654db9e9fea24c5.tar.bz2 gentoo-79e0cfbb9e9eb6ea14867b801654db9e9fea24c5.zip |
media-libs/gd: Drop ltprune, use https
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/gd-2.2.5-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/gd/gd-2.2.5-r1.ebuild b/media-libs/gd/gd-2.2.5-r1.ebuild index 79f1957b3f5c..22a71924d8da 100644 --- a/media-libs/gd/gd-2.2.5-r1.ebuild +++ b/media-libs/gd/gd-2.2.5-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 -inherit libtool ltprune multilib-minimal +inherit libtool multilib-minimal -DESCRIPTION="A graphics library for fast image creation" -HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" +DESCRIPTION="Graphics library for fast image creation" +HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/" SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" @@ -60,5 +60,5 @@ multilib_src_configure() { multilib_src_install_all() { dodoc README.md - prune_libtool_files + find "${D}" -name '*.la' -delete || die } |