Skip to content

Commit

Permalink
Merge.Dependencies: upgraded deprecated deps
Browse files Browse the repository at this point in the history
As seen in /usr/portage/profiles/package.deprecated
  • Loading branch information
l29ah committed Oct 1, 2023
1 parent c913092 commit 2a9072b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Merge/Dependencies.hs
Expand Up @@ -482,7 +482,7 @@ pkgconfig_table :: [(String, (String, String, Portage.DAttr))]
pkgconfig_table =
[
("alsa", ("media-libs", "alsa-lib", def))
,("atk", ("dev-libs", "atk", Portage.DAttr (Portage.AnySlot) [Portage.mkUse $ Portage.Use "introspection"]))
,("atk", ("app-accessibility", "at-spi2-core", Portage.DAttr (Portage.AnySlot) [Portage.mkUse $ Portage.Use "introspection"]))
,("gconf-2.0", ("gnome-base", "gconf", def))

,("gio-2.0", ("dev-libs", "glib", Portage.DAttr (Portage.GivenSlot "2") []))
Expand Down Expand Up @@ -556,7 +556,7 @@ pkgconfig_table =

,("curl", ("net-misc", "curl", def))
,("libxml2", ("dev-libs", "libxml2", def))
,("libgsasl", ("virtual", "gsasl", def))
,("libgsasl", ("net-misc", "gsasl", def))
,("libzip", ("dev-libs", "libzip", def))
,("gnutls", ("net-libs", "gnutls", def))
,("libidn", ("net-dns", "libidn", def))
Expand Down

0 comments on commit 2a9072b

Please sign in to comment.