diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-20 10:33:44 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-05-20 10:36:36 +0200 |
commit | c178047c87437a3205df2ac72cf5924584c990b0 (patch) | |
tree | 42a14ffc1363046ae7c0cf99ef47aa9c4875c5bf /media-libs/gd | |
parent | net-libs/libssh: Stable for PPC64 (bug #578520). (diff) | |
download | gentoo-c178047c87437a3205df2ac72cf5924584c990b0.tar.gz gentoo-c178047c87437a3205df2ac72cf5924584c990b0.tar.bz2 gentoo-c178047c87437a3205df2ac72cf5924584c990b0.zip |
media-libs/gd: Fixed SRC_URI (bug #583548) and EAPI-6 bump.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/gd-2.2.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/gd/gd-2.2.0.ebuild b/media-libs/gd/gd-2.2.0.ebuild index 3a697e32a549..fb7d12699461 100644 --- a/media-libs/gd/gd-2.2.0.ebuild +++ b/media-libs/gd/gd-2.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=6 -inherit libtool multilib-minimal +inherit eutils libtool multilib-minimal DESCRIPTION="A graphics library for fast image creation" HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/" -SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz" +SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/lib${P}" src_prepare() { + default elibtoolize # for shared library on Solaris } |