commit: 4a1c51b9c9f6b14c0970b753d0fa21601aa5dd3c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 15:23:54 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Sep 27 17:51:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1c51b9
profiles: Mask x11-libs/pangox-compat for removal Move x11-libs/pangox-compat from p.deprecated to p.mask. Bug: https://bugs.gentoo.org/698922 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.deprecated | 5 ----- profiles/package.mask | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 9bc39dd22ca..4caae301de9 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -41,11 +41,6 @@ x11-libs/wxGTK:3.0 # Abandoned upstream, countless bugs. Removal tracked in bug #659616 sys-power/pm-utils -# Andreas Sturmlechner <[email protected]> (2020-05-03) -# Obsolete package gets in the way of unmasking >=x11-libs/pango-1.44 -# Bug #698922 -x11-libs/pangox-compat - # Kent Fredric <[email protected]> (2020-04-15) # Functionality now provided by Net::SMTP 3.25+ # available with >=virtual/perl-libnet-1.28 diff --git a/profiles/package.mask b/profiles/package.mask index 879a5355501..b4e93e86f2c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2020-09-27) +# Obsolete package blocking unmasking of >=x11-libs/pango-1.44, dead upstream. +# No reverse dependencies, bug #698922. Removal in 30 days. +x11-libs/pangox-compat + # Michał Górny <[email protected]> (2020-09-27) # Discontinued upstream. Not ported to Python 3, and no patches seem # readily available.
