diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 17:23:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:47 +0100 |
commit | 9d5b894c2b8717baa2f0f17eecc8f888b538183d (patch) | |
tree | 4fcd57f8e86ac6b5149edae82a42178512396f3a /net-misc/httptype | |
parent | net-misc/connect: drop 1.103 (EAPI 5) (diff) | |
download | gentoo-9d5b894c2b8717baa2f0f17eecc8f888b538183d.tar.gz gentoo-9d5b894c2b8717baa2f0f17eecc8f888b538183d.tar.bz2 gentoo-9d5b894c2b8717baa2f0f17eecc8f888b538183d.zip |
net-misc/httptype: update EAPI 5 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/httptype')
-rw-r--r-- | net-misc/httptype/httptype-1.3.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/httptype/httptype-1.3.9-r1.ebuild b/net-misc/httptype/httptype-1.3.9-r1.ebuild index 0065330dce82..fa20651575b5 100644 --- a/net-misc/httptype/httptype-1.3.9-r1.ebuild +++ b/net-misc/httptype/httptype-1.3.9-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Returns the http host software of a website" HOMEPAGE="http://httptype.sourceforge.net" |