diff options
author | 2023-02-12 06:44:52 +0000 | |
---|---|---|
committer | 2023-02-12 06:44:52 +0000 | |
commit | 0f973a866d12d010ab91842580aaf103e6858cfc (patch) | |
tree | 1ac737771ee98fc3dea9eaa3f3367a59233716d1 /sys-process/lsof | |
parent | dev-util/pkgconf: Stabilize 1.8.1 sparc, #894014 (diff) | |
download | gentoo-0f973a866d12d010ab91842580aaf103e6858cfc.tar.gz gentoo-0f973a866d12d010ab91842580aaf103e6858cfc.tar.bz2 gentoo-0f973a866d12d010ab91842580aaf103e6858cfc.zip |
sys-process/lsof: Stabilize 4.96.4 sparc, #894016
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/lsof')
-rw-r--r-- | sys-process/lsof/lsof-4.96.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/lsof/lsof-4.96.4.ebuild b/sys-process/lsof/lsof-4.96.4.ebuild index 3e46dec92c02..c57bc5296f72 100644 --- a/sys-process/lsof/lsof-4.96.4.ebuild +++ b/sys-process/lsof/lsof-4.96.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/lsof-org/lsof/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="lsof" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples rpc selinux" RDEPEND="rpc? ( net-libs/libtirpc ) |