From 79e0cfbb9e9eb6ea14867b801654db9e9fea24c5 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 14 Sep 2018 21:13:40 +0200 Subject: [PATCH] media-libs/gd: Drop ltprune, use https Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- media-libs/gd/gd-2.2.5-r1.ebuild | 10 +++++----- 1 file 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 } -- 2.26.2