public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/
Date: Thu, 26 Sep 2019 14:12:02 +0000 (UTC)	[thread overview]
Message-ID: <1569507102.82b405d35c37ecf7191b720f6a3b6f9fec66af9d.blueness@gentoo> (raw)

commit:     82b405d35c37ecf7191b720f6a3b6f9fec66af9d
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Thu Sep 26 11:16:02 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 14:11:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b405d3

net-dns/getdns: fix USE flags names

Bug: https://bugs.gentoo.org/694832
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-dns/getdns/getdns-1.5.1.ebuild    | 6 +++---
 net-dns/getdns/getdns-1.5.2-r2.ebuild | 6 +++---
 net-dns/getdns/metadata.xml           | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-dns/getdns/getdns-1.5.1.ebuild b/net-dns/getdns/getdns-1.5.1.ebuild
index 05ba4798a0f..412a42a0a40 100644
--- a/net-dns/getdns/getdns-1.5.1.ebuild
+++ b/net-dns/getdns/getdns-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +getdns_query +getdns_server_mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
+IUSE="doc +getdns-query +getdns-server-mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
 
 # https://bugs.gentoo.org/661760
 # https://github.com/getdnsapi/getdns/issues/407
@@ -43,8 +43,8 @@ src_configure() {
 	econf \
 		--runstatedir=/var/run \
 		$(use_enable static-libs static) \
-		$(use_with getdns_query) \
-		$(use_with getdns_server_mon) \
+		$(use_with getdns-query getdns_query) \
+		$(use_with getdns-server-mon getdns_server_mon) \
 		$(use_with idn libidn2) \
 		$(use_with libev) \
 		$(use_with libevent) \

diff --git a/net-dns/getdns/getdns-1.5.2-r2.ebuild b/net-dns/getdns/getdns-1.5.2-r2.ebuild
index 2a5badd5063..69a1687fe2b 100644
--- a/net-dns/getdns/getdns-1.5.2-r2.ebuild
+++ b/net-dns/getdns/getdns-1.5.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +getdns_query +getdns_server_mon gnutls +idn libev libevent libuv nettle static-libs stubby +threads +unbound"
+IUSE="doc +getdns-query +getdns-server-mon gnutls +idn libev libevent libuv nettle static-libs stubby +threads +unbound"
 
 REQUIRED_USE="gnutls? ( nettle )"
 
@@ -46,8 +46,8 @@ src_configure() {
 	econf \
 		--runstatedir=/var/run \
 		$(use_enable static-libs static) \
-		$(use_with getdns_query) \
-		$(use_with getdns_server_mon) \
+		$(use_with getdns-query getdns_query) \
+		$(use_with getdns-server-mon getdns_server_mon) \
 		$(usex gnutls '--with-gnutls' '' '' '') \
 		$(use_with idn libidn2) \
 		$(use_with libev) \

diff --git a/net-dns/getdns/metadata.xml b/net-dns/getdns/metadata.xml
index 55534e1c940..dbf4417374b 100644
--- a/net-dns/getdns/metadata.xml
+++ b/net-dns/getdns/metadata.xml
@@ -11,8 +11,8 @@
 	</maintainer>
 	<use>
 		<flag name="stubby">Add Stubby DNS Privacy Deamon</flag>
-		<flag name="getdns_query">Add getdns_query tool</flag>
-		<flag name="getdns_server_mon">Add getdns_server_mon tool</flag>
+		<flag name="getdns-query">Add getdns_query tool</flag>
+		<flag name="getdns-server-mon">Add getdns_server_mon tool</flag>
 		<flag name="unbound">Enable <pkg>net-dns/unbound</pkg> libraries support</flag>
 		<flag name="libevent">Enable <pkg>dev-libs/libevent</pkg> support</flag>
 		<flag name="libev">Enable <pkg>dev-libs/libev</pkg> support</flag>


             reply	other threads:[~2019-09-26 14:12 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-26 14:12 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  1:45 [gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/ Sam James
2022-12-24 18:19 Arthur Zamarin
2022-08-26 14:08 Anthony G. Basile
2022-05-17 21:02 Mike Gilbert
2021-07-30 23:31 Sam James
2021-07-15 21:39 Sam James
2021-05-02 19:19 Mikle Kolyada
2021-03-07 11:58 David Seifert
2020-01-12  0:37 Anthony G. Basile
2020-01-12  0:37 Anthony G. Basile
2020-01-03 21:32 Anthony G. Basile
2020-01-03 21:32 Anthony G. Basile
2019-12-22  1:59 Georgy Yakovlev
2019-10-28  8:38 Agostino Sarubbo
2019-06-22 19:50 Anthony G. Basile
2019-05-20 16:39 Anthony G. Basile
2019-05-17 16:53 Anthony G. Basile
2019-05-09 18:30 Patrick McLean
2019-03-16 13:43 Anthony G. Basile
2018-08-08 23:21 Anthony G. Basile
2018-07-12 22:31 Anthony G. Basile
2018-04-20 10:42 Anthony G. Basile
2018-04-15 15:28 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1569507102.82b405d35c37ecf7191b720f6a3b6f9fec66af9d.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox