diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 18:32:35 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 18:32:35 +0100 |
commit | 702f121f32d5a2094c5fbfe2f0619c389fd7c514 (patch) | |
tree | 522cf147d7f4afd2811b5f825a114f1c9ccf3c2a /conf/intel | |
parent | a0e6c065cfe8f514e30bc825eb49f9ca316d00b2 (diff) |
move USE expands to a different file
Diffstat (limited to 'conf/intel')
-rw-r--r-- | conf/intel/portage/package.use/00-app.package.use | 2 | ||||
-rw-r--r-- | conf/intel/portage/package.use/00-expands.package.use | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/package.use/00-app.package.use b/conf/intel/portage/package.use/00-app.package.use index 73b6c5e..dc6637e 100644 --- a/conf/intel/portage/package.use/00-app.package.use +++ b/conf/intel/portage/package.use/00-app.package.use @@ -2,7 +2,6 @@ app-admin/conky hddtemp imlib iostats irc lua-cairo lua-imlib lua-rsvg math mpd app-admin/keepassxc autotype http yubikey app-admin/sudo -sendmail -gcrypt app-admin/testdisk ntfs -ewf -app-arch/rpm PYTHON_SINGLE_TARGET: python2_7 app-crypt/pinentry -qt5 app-editors/emacs imagemagick libxml2 xft app-editors/vim vim-pager @@ -15,6 +14,5 @@ app-emulation/wine-staging osmesa s3tc -realtime -prelink app-emulation/wine-vanilla osmesa -realtime -prelink app-misc/calamares-runtime branding app-office/libreoffice gtk gtk2 -app-text/asciidoc PYTHON_SINGLE_TARGET: python2_7 app-text/mupdf -X -opengl app-text/xmlto text diff --git a/conf/intel/portage/package.use/00-expands.package.use b/conf/intel/portage/package.use/00-expands.package.use new file mode 100644 index 0000000..8a49a6a --- /dev/null +++ b/conf/intel/portage/package.use/00-expands.package.use @@ -0,0 +1,2 @@ +app-arch/rpm PYTHON_SINGLE_TARGET: python2_7 +app-text/asciidoc PYTHON_SINGLE_TARGET: python2_7 |