diff options
author | Sam James <sam@gentoo.org> | 2022-09-11 19:51:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-11 20:23:53 +0100 |
commit | a740ea694d6b394195f78e1cc02b1adc488c69b2 (patch) | |
tree | c0211735f3dfbabbea1fd44a2fe25de96ba3024d /sys-process/procps | |
parent | app-backup/dar: Stabilize 2.7.7 x86, #869653 (diff) | |
download | gentoo-a740ea694d6b394195f78e1cc02b1adc488c69b2.tar.gz gentoo-a740ea694d6b394195f78e1cc02b1adc488c69b2.tar.bz2 gentoo-a740ea694d6b394195f78e1cc02b1adc488c69b2.zip |
sys-process/procps: add warning about 4.x bump
Bug: https://bugs.gentoo.org/835813
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/procps')
-rw-r--r-- | sys-process/procps/procps-3.3.17-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-process/procps/procps-3.3.17-r1.ebuild b/sys-process/procps/procps-3.3.17-r1.ebuild index 518adc883aaf..79ab60beefd1 100644 --- a/sys-process/procps/procps-3.3.17-r1.ebuild +++ b/sys-process/procps/procps-3.3.17-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# See https://bugs.gentoo.org/835813 before bumping to 4.x! + inherit flag-o-matic multilib-minimal toolchain-funcs usr-ldscript DESCRIPTION="Standard informational utilities and process-handling tools" |