diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:44:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:44:37 +0200 |
commit | 80c0935287403d2f33116c13cf8be71edf3e89c8 (patch) | |
tree | 6853e3abef89e6eca5f0671fff7487d4abbfc3c4 /sys-process | |
parent | xfce-extra: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-80c0935287403d2f33116c13cf8be71edf3e89c8.tar.gz gentoo-80c0935287403d2f33116c13cf8be71edf3e89c8.tar.bz2 gentoo-80c0935287403d2f33116c13cf8be71edf3e89c8.zip |
*/*: Remove remaining *-fbsd keywords
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild b/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild index 2a87655259ae..cc88235d1961 100644 --- a/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild +++ b/sys-process/pidof-bsd/pidof-bsd-20050501-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64-fbsd" +KEYWORDS="" IUSE="" DEPEND="sys-freebsd/freebsd-mk-defs" |