diff options
author | Sam James <sam@gentoo.org> | 2022-10-07 17:45:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-07 17:45:41 +0100 |
commit | f1a7f5d4655fb4d3a006da48fc9a8633cf2f8bf8 (patch) | |
tree | eaaa89504666f99ad189b49da50bf8963e03dbe8 | |
parent | sys-devel/lld: Remove unused multilib inherit (diff) | |
download | gentoo-f1a7f5d4655fb4d3a006da48fc9a8633cf2f8bf8.tar.gz gentoo-f1a7f5d4655fb4d3a006da48fc9a8633cf2f8bf8.tar.bz2 gentoo-f1a7f5d4655fb4d3a006da48fc9a8633cf2f8bf8.zip |
profiles: last-rite media-sound/rplay
As said in mask message, it's okay until you get to a lot of
the async junk. Please don't bother wasting your time on fixing
this, I spent a day on it and regret it, and still didn't finish it.
Bug: https://bugs.gentoo.org/731070
Bug: https://bugs.gentoo.org/802108
Bug: https://bugs.gentoo.org/875164
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 57ae3c6ba876..8c2cd9f81a8f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2022-10-07) +# Ancient K&R C codebase which fails to compile with modern Clang; surface +# level fixes are doable, but then get into various dangerous constructs +# in the async code which is non-trivial to port to modern compilers. +# bug #731070, bug #802108, bug #875164. +# Use media-sound/mpd if looking for a modern alternative. Removal on 2022-11-07. +media-sound/rplay + # Mike Gilbert <floppym@gentoo.org> (2022-10-05) # Implements the obsolete BOOTP protocol; use DHCP instead. # No activity upstream for over two decades. |