commit:     a91a5add21abb80f86128bd76a953ccae5cef392
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 21:30:16 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 21:30:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91a5add

media-gfx/pngrewrite: EAPI-7 bump, https, missing slot op

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild 
b/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
index 3671cefa5af..21b31a10bea 100644
--- a/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
+++ b/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
@@ -1,24 +1,24 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
-DESCRIPTION="A utility which reduces large palettes in PNG images"
-HOMEPAGE="http://entropymine.com/jason/pngrewrite/";
-SRC_URI="http://entropymine.com/jason/${PN}/${P}.zip";
+DESCRIPTION="Utility which reduces large palettes in PNG images"
+HOMEPAGE="https://entropymine.com/jason/pngrewrite/";
+SRC_URI="https://entropymine.com/jason/${PN}/${P}.zip";
 
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
-RDEPEND="media-libs/libpng"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
+BDEPEND="app-arch/unzip"
+DEPEND="media-libs/libpng:0="
+RDEPEND="${DEPEND}"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 src_compile() {
        emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"

Reply via email to