diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-10 14:01:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-10 14:01:23 +0200 |
commit | 447b6483fb516f12b339ae9ac77fbb328a3e3f51 (patch) | |
tree | 97ee9e5593ad45db69d85d0a2794c84387017aab /net-mail | |
parent | net-mail/getmail: New upstream for package, v6.9 (diff) | |
download | gentoo-447b6483fb516f12b339ae9ac77fbb328a3e3f51.tar.gz gentoo-447b6483fb516f12b339ae9ac77fbb328a3e3f51.tar.bz2 gentoo-447b6483fb516f12b339ae9ac77fbb328a3e3f51.zip |
net-mail/getmail: https:// in HOMEPAGE, remove redundant IUSE
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/getmail-6.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mail/getmail/getmail-6.9.ebuild b/net-mail/getmail/getmail-6.9.ebuild index 7721b8688ee0..ef9a338b2252 100644 --- a/net-mail/getmail/getmail-6.9.ebuild +++ b/net-mail/getmail/getmail-6.9.ebuild @@ -10,13 +10,12 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="A mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://www.getmail6.org/" +HOMEPAGE="https://www.getmail6.org/ https://github.com/getmail6/getmail6" SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ssl" S="${WORKDIR}/getmail6-${PV}" |