diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-09-02 14:13:29 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-09-02 14:13:29 -0400 |
commit | 0a76ce32e199577d634c6a9c8bda50c21e30f7bd (patch) | |
tree | 2c1c3b758f0b7f3c5161ddffa4fe76e3b5681897 /net-libs | |
parent | net-libs/gnutls: improve tools USE flag description (diff) | |
download | gentoo-0a76ce32e199577d634c6a9c8bda50c21e30f7bd.tar.gz gentoo-0a76ce32e199577d634c6a9c8bda50c21e30f7bd.tar.bz2 gentoo-0a76ce32e199577d634c6a9c8bda50c21e30f7bd.zip |
net-libs/gnutls: drop flag-o-matic
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/gnutls-3.8.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.8.7.1-r1.ebuild b/net-libs/gnutls/gnutls-3.8.7.1-r1.ebuild index 8dee2bec3d09..57a12bf55f89 100644 --- a/net-libs/gnutls/gnutls-3.8.7.1-r1.ebuild +++ b/net-libs/gnutls/gnutls-3.8.7.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnutls.asc -inherit autotools multilib-minimal verify-sig flag-o-matic +inherit autotools multilib-minimal verify-sig DESCRIPTION="A secure communications library implementing the SSL, TLS and DTLS protocols" HOMEPAGE="https://www.gnutls.org/" |