diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:06:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:23 +0100 |
commit | 51f574c69310672c9bc5bd8ae8b7496adcea08fc (patch) | |
tree | c11dbd9d07df872f844fff92a93df38566337b8f /dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild | |
parent | dev-perl/XML-SAX: eutils->epatch (diff) | |
download | gentoo-51f574c69310672c9bc5bd8ae8b7496adcea08fc.tar.gz gentoo-51f574c69310672c9bc5bd8ae8b7496adcea08fc.tar.bz2 gentoo-51f574c69310672c9bc5bd8ae8b7496adcea08fc.zip |
dev-php/PEAR-HTTP: eutils->edos2unix
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild')
-rw-r--r-- | dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild index 46f58bc9251e..dcceae27dd56 100644 --- a/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild +++ b/dev-php/PEAR-HTTP/PEAR-HTTP-1.4.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit php-pear-r2 eutils +inherit php-pear-r2 edos2unix DESCRIPTION="Miscellaneous HTTP utilities" LICENSE="BSD" |