diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-11 00:12:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-11 00:12:38 +0000 |
commit | 0ec1e1dd7867c3dedcbea76c9b6e847d6b388c03 (patch) | |
tree | 65f42b72245de9fb9fa9ea30e6221dfff7dda7c5 /app-text/htp | |
parent | 3a81cede4783e464b7485722b2eaac0280dbc570 (diff) |
gentoo auto-resync : 11:02:2025 - 00:12:37
Diffstat (limited to 'app-text/htp')
-rw-r--r-- | app-text/htp/Manifest | 2 | ||||
-rw-r--r-- | app-text/htp/htp-1.19-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htp/Manifest b/app-text/htp/Manifest index 37edb10b453c..3133e622cec8 100644 --- a/app-text/htp/Manifest +++ b/app-text/htp/Manifest @@ -2,5 +2,5 @@ AUX htp-1.19-fix-perl-5.26.patch 245 BLAKE2B 62f2b7a3ea607f00c07ef286dadf276c816 AUX htp-1.19-no-prestrip.patch 238 BLAKE2B 02d28ba9bda2264de0edd0a0179c04bafc90b35a14fc7cbd54a97ee21005a77b4b1c9bca00d7e3641831f26949c159d60ee3c48e26c2b5f9dc544cc727e38074 SHA512 6a673c84b97255b22e7bcbf19c5bfaa48f886de99652ac88310b253682df0bd412468300087e82c226e5272279459b05d33f5088f29e8d1b56dc4b9412064fd9 AUX htp-1.19-parallel-make.patch 758 BLAKE2B d3f106b9951386c2485b95773b455a925196c0a1b9e051306a7724d07672096046c2317af4c7559e104fc27799aa94d96a91f7f3913d5ab50c25470b1ffca9c7 SHA512 3946a7ac4dd37dbd768389c4761cf7a4187cdefb315a4581438be83ebf8355805f7d6f4d168d1940e9d73c4dc6c125e0e9c158ed577e61c4d257267894d6df3f DIST htp-1.19.tar.gz 208683 BLAKE2B 86837290a2f14b8a0337d9eb6a0fa4ad553c5c51074d5df903ee19aa7ba441898199f0649b39b93c35fa3707e4084a284e02d8802c014bf5c0277e3f18d02c98 SHA512 32d82bb42ef877bd815fe45fa81599a1428ad6d3269cbe53a4e686bcfe6d1c12ac2af280462768d488b1983ca67cc521da4ed78cc82d904575ffeff08c7eec1d -EBUILD htp-1.19-r1.ebuild 858 BLAKE2B 0b52bf48d27cd67a7dec6e20cb699d5298618b30a9e37fae7f69b9b0dbbfa6a31a616b1edcdcc34f435e9108dacc28e09d7e843066c10b8ca8c0a6507471261d SHA512 ebe42e206ebc2c92189ab134d3304d2d06da0d506b42dce50f65795cbe733704c1db2fbe9e1a61ad1214da8ed9da179cd07d18f31e9b020a41afd34a2e904b2e +EBUILD htp-1.19-r1.ebuild 858 BLAKE2B 77252812e56138ffd09a24ee4e7177418e28d5b65e9a2d490339e5ec671ca2df3f65de544956efe10f201352028ab10ea88a17a15fca4ee2ddfee57d3ef2cbdb SHA512 b896b688d0651ab438b66d87ff4c8329fcb54f7fc3baa98607385969edb6c99a96aab83309503397b03b9d732c86711b3459c0e63830cf499508608d5e35ac37 MISC metadata.xml 324 BLAKE2B f50c674c3b49fdf33568893e52cdc07346930fc63577ae3a06d88b4458da04fcce805f1ad65cacab300ad0ed1ce499d554fad0643494d018ba4ab479cc11e954 SHA512 840a52457ca080294d6dadcb72b32da6a22e5c51565e53894383f46d369edafaf949fe4fc147986c559609a75a6a56582d253e79e29a7daf4cebcffe74b01cb4 diff --git a/app-text/htp/htp-1.19-r1.ebuild b/app-text/htp/htp-1.19-r1.ebuild index 6977a567ef4a..d3c122748ce8 100644 --- a/app-text/htp/htp-1.19-r1.ebuild +++ b/app-text/htp/htp-1.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ PATCHES=( ) src_compile() { - # TOOD: Tests are always run by the Makefile right now + # TODO: Tests are always run by the Makefile right now emake \ CCOPT="-c ${CFLAGS} ${CPPFLAGS} -DHAVE_SNPRINTF -DHAVE_VASPRINTF -DHAVE_ASPRINTF" \ CC="$(tc-getCC)" \ |