diff options
author | Sam James <sam@gentoo.org> | 2023-04-04 23:42:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-04 23:42:50 +0100 |
commit | c2b316ec120dc4951e39ff1aa8f95ff6f59339b8 (patch) | |
tree | 3bc373878a623eff27e85b94b5d4b1a6a58e30fb /net-misc/httpstat | |
parent | dev-libs/libpfm: Stabilize 4.12.0 ppc64, #903795 (diff) | |
download | gentoo-c2b316ec120dc4951e39ff1aa8f95ff6f59339b8.tar.gz gentoo-c2b316ec120dc4951e39ff1aa8f95ff6f59339b8.tar.bz2 gentoo-c2b316ec120dc4951e39ff1aa8f95ff6f59339b8.zip |
net-misc/httpstat: Stabilize 1.3.1-r1 ALLARCHES, #903799
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/httpstat')
-rw-r--r-- | net-misc/httpstat/httpstat-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/httpstat/httpstat-1.3.1-r1.ebuild b/net-misc/httpstat/httpstat-1.3.1-r1.ebuild index da4d547a2347..9f3ecaefacc4 100644 --- a/net-misc/httpstat/httpstat-1.3.1-r1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/reorx/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="net-misc/curl:*" |