diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-11-17 23:54:47 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-11-17 23:55:00 -0700 |
commit | 3a1b9050632776c4ee45ad056a81571a633c9651 (patch) | |
tree | 09fdb0c8122b903772675185ea7d87e13e6a0413 /app-text/extract_url | |
parent | app-text/restview: drop myself as a maintainer (diff) | |
download | gentoo-3a1b9050632776c4ee45ad056a81571a633c9651.tar.gz gentoo-3a1b9050632776c4ee45ad056a81571a633c9651.tar.bz2 gentoo-3a1b9050632776c4ee45ad056a81571a633c9651.zip |
app-text/extract_url: update to EAPI 7
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-text/extract_url')
-rw-r--r-- | app-text/extract_url/extract_url-1.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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/" |