diff options
author | Sam James <sam@gentoo.org> | 2021-01-26 15:19:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-26 15:19:11 +0000 |
commit | cb92100c2d22d012f1116d8a5b9256973a92e997 (patch) | |
tree | 160df45ab7f856484263ba1b46f2d548b8e2d529 /net-misc/httpie | |
parent | x11-libs/goffice: Stabilize 0.10.48 amd64, #766899 (diff) | |
download | gentoo-cb92100c2d22d012f1116d8a5b9256973a92e997.tar.gz gentoo-cb92100c2d22d012f1116d8a5b9256973a92e997.tar.bz2 gentoo-cb92100c2d22d012f1116d8a5b9256973a92e997.zip |
net-misc/httpie: Stabilize 2.3.0 amd64, #766950
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/httpie')
-rw-r--r-- | net-misc/httpie/httpie-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/httpie/httpie-2.3.0.ebuild b/net-misc/httpie/httpie-2.3.0.ebuild index d0e3cc6c1872..0747450cda44 100644 --- a/net-misc/httpie/httpie-2.3.0.ebuild +++ b/net-misc/httpie/httpie-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/jakubroztocil/httpie/archive/${PV}.tar.gz -> ${P}.ta LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |