summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/glib-networking: Stabilize 2.72.0-r1 arm, #843794Jakov Smolić2022-05-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 arm64, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 sparc, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 ppc64, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 ppc, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 x86, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: Stabilize 2.72.0-r1 amd64, #843794Sam James2022-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/glib-networking: keyword 2.72.0-r1 for ~loongWANG Xuerui2022-05-261-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-libs/glib-networking: Avoid gnutls[pkcs11] dep without USE=testMatt Turner2022-03-231-0/+81
Commit 7068209eac9 ("net-libs/glib-networking: gnutls needs pkcs11 support") added a USE dependency on net-libs/gnutls[pkcs11] in response to a build problem. The appropriate fix was to double check the sed in src_prepare() whose purpose is clearly noted as avoiding the pkcs11 dependence. It turns out the `subdir` line it attempted to modify had been moved. With that resolved, we can continue avoiding the pkcs11 dependence. Also revbump as required when runtime dependencies change, as should have been done in the aforementioned commit. Revert "net-libs/glib-networking: gnutls needs pkcs11 support" This reverts commit 7068209eac9441762c2ad3ba1fe64d392e22e68b. Closes: https://bugs.gentoo.org/835833 Signed-off-by: Matt Turner <mattst88@gentoo.org>