From: Tim Harder Date: Mon, 18 Nov 2019 06:54:47 +0000 (-0700) Subject: app-text/extract_url: update to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3a1b9050632776c4ee45ad056a81571a633c9651;p=gentoo.git app-text/extract_url: update to EAPI 7 Signed-off-by: Tim Harder --- diff --git a/app-text/extract_url/extract_url-1.6.2.ebuild b/app-text/extract_url/extract_url-1.6.2.ebuild index 8ccadeb5e0f5..5f105f6cc147 100644 --- a/app-text/extract_url/extract_url-1.6.2.ebuild +++ b/app-text/extract_url/extract_url-1.6.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="extracts URLs from correctly-encoded MIME email messages or plain text" HOMEPAGE="https://www.memoryhole.net/~kyle/extract_url/ https://github.com/m3m0ryh0l3/extracturl/"