diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:34:59 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-06 23:34:59 +0000 |
commit | c0321142cf7a6f05a78300ad081a7b38c201f1dd (patch) | |
tree | 35e8480baccb596c20786f9ddac2ca464e7b0120 /profiles/default | |
parent | 950108e5ec88813834be850b0f574530069821c6 (diff) |
resync redcore profile with gentoo 13.0 profile
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default/linux/package.use.mask | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 899637eb..4d580b1b 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -23,7 +23,7 @@ USE="${USE} seccomp" # These USE flags were originally inserted here because of PHP # and were later removed by me. Reinserting the USE flags again because they are # global USE flags that may be expected to be set by other packages. -USE="${USE} cli pcre session" +USE="${USE} cli pcre" # 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: Support direct rendering by default diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 663009d6..0a6667cd 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -24,14 +24,6 @@ media-libs/mesa openmax # mask frost USE flag, broken with >=net-libs/polarssl-1.3.0, bug 489256 net-p2p/fms frost -# Markos Chandras <hwoarang@gentoo.org> (10 Nov 2013) -# Does not build with polarssl in the tree. -# see eg 9e36f0475f011912ee0897aa6487d7b9c190600e -# in polarssl upstream. -# The polarssl use flag may go away if the rtmpdump -# upstream will not fix this problem soon -media-video/rtmpdump polarssl - # Diego Elio Pettenò (27 Aug 2012) # The libpci access is only used for linux. net-analyzer/net-snmp -pci |