public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xinetd/
Date: Tue, 19 Jun 2018 21:45:58 +0000 (UTC)	[thread overview]
Message-ID: <1529444751.015fc6391c8c7590f9bdd2c9be3d9e69cee93a83.floppym@gentoo> (raw)

commit:     015fc6391c8c7590f9bdd2c9be3d9e69cee93a83
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 21:45:51 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 21:45:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015fc639

sys-apps/xinetd: drop amd64-fbsd and x86-fbsd keywords

libtirpc is not keyworded, and I am uncertain if it is needed on
FreeBSD. Please add a USE conditional if appropriate.

Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247

 sys-apps/xinetd/xinetd-2.3.15-r2.ebuild   | 2 +-
 sys-apps/xinetd/xinetd-2.3.15-r3.ebuild   | 2 +-
 sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild | 2 +-
 sys-apps/xinetd/xinetd-2.3.15.3.ebuild    | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
index bd8c5d93a12..99bf38e9a72 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 IUSE="perl rpc tcpd"
 
 DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
index 31d86d05cec..ae1f2cf63de 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="perl rpc tcpd"
 
 DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )

diff --git a/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild
index 080798648ff..42b0c854d0e 100644
--- a/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/openSUSE/xinetd/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="perl rpc selinux tcpd"
 
 DEPEND="

diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
index bd39ceb3f7a..f1156920796 100644
--- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
@@ -10,12 +10,12 @@ SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="perl selinux tcpd"
 
 DEPEND="
 	selinux? ( sys-libs/libselinux )
-	kernel_linux? ( net-libs/libtirpc:= )
+	net-libs/libtirpc:=
 	tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )
 "
 RDEPEND="


             reply	other threads:[~2018-06-19 21:46 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 21:45 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 14:01 [gentoo-commits] repo/gentoo:master commit in: sys-apps/xinetd/ Andreas Sturmlechner
2022-11-25  9:48 Arthur Zamarin
2022-11-25  7:32 Arthur Zamarin
2022-11-25  5:34 Sam James
2022-11-25  5:16 Sam James
2022-11-25  5:07 Sam James
2022-11-25  5:07 Sam James
2022-11-25  5:04 Sam James
2022-11-25  5:03 Sam James
2022-05-14  7:28 WANG Xuerui
2021-06-30 17:55 Marek Szuba
2021-05-14 20:34 Sergei Trofimovich
2021-05-14  9:35 Agostino Sarubbo
2021-05-13 18:58 Sam James
2021-05-13 17:15 Sam James
2021-05-13 16:59 Sam James
2021-05-13 16:24 Sam James
2021-05-13 16:18 Sam James
2021-04-21 19:02 Sam James
2018-08-20 16:55 Thomas Deutschmann
2018-08-20 16:55 Thomas Deutschmann
2018-08-20 16:13 Thomas Deutschmann
2018-08-20 16:13 Thomas Deutschmann
2018-08-20 16:10 Thomas Deutschmann
2018-06-21  7:46 Michał Górny
2018-06-21  2:35 Mike Frysinger
2018-06-03 17:07 Mikle Kolyada
2018-05-14  8:15 Tobias Klausmann
2018-05-03 22:03 Mart Raudsepp
2018-04-30 14:22 Mikle Kolyada
2018-04-26  6:41 Sergei Trofimovich
2018-04-26  5:09 Matt Turner
2018-04-26  5:09 Matt Turner
2018-04-25 19:27 Thomas Deutschmann
2018-04-24 18:55 Sergei Trofimovich
2018-04-22 23:40 Aaron Bauman
2018-03-28 19:35 Mike Gilbert
2018-03-28 16:54 Mike Gilbert
2018-03-28  7:38 Jeroen Roovers
2017-11-01 18:48 Andreas Hüttel
2017-02-24 23:14 Michael Weber
2016-05-26 11:53 Tobias Klausmann
2016-04-11  4:01 Jeroen Roovers
2016-03-20 11:53 Agostino Sarubbo
2016-03-18  6:06 Markus Meier
2016-03-17 10:50 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2016-02-21 21:20 Doug Goldstein
2015-12-15 20:31 Mike Frysinger
2015-11-18  9:32 Agostino Sarubbo
2015-11-15 18:26 Matt Turner
2015-11-14 16:46 Markus Meier
2015-11-06  4:21 Jeroen Roovers
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:26 Agostino Sarubbo
2015-11-03 17:13 Agostino Sarubbo
2015-11-03 17:12 Agostino Sarubbo
2015-11-03 15:08 Mike Frysinger

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=1529444751.015fc6391c8c7590f9bdd2c9be3d9e69cee93a83.floppym@gentoo \
    --to=floppym@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