sys-process/psmisc: Sync with Gentoo

It's from Gentoo commit a1df275e534eb333a44a64814c43a34c9ac02a0b.
This commit is contained in:
Flatcar Buildbot 2024-07-01 07:19:44 +00:00 committed by Mathieu Tortuyaux
parent 07a527cd1a
commit db58484da5
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="A set of tools that use the proc filesystem" DESCRIPTION="A set of tools that use the proc filesystem"
HOMEPAGE="http://psmisc.sourceforge.net/" HOMEPAGE="http://psmisc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
LICENSE="GPL-2+" LICENSE="GPL-2+"
SLOT="0" SLOT="0"

View File

@ -7,11 +7,11 @@ inherit toolchain-funcs
DESCRIPTION="A set of tools that use the proc filesystem" DESCRIPTION="A set of tools that use the proc filesystem"
HOMEPAGE="http://psmisc.sourceforge.net/" HOMEPAGE="http://psmisc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
LICENSE="GPL-2+" LICENSE="GPL-2+"
SLOT="0" SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="apparmor nls selinux test X" IUSE="apparmor nls selinux test X"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"