svalat / homelinux

A simple source package manager like gentoo but for for your home directory. It also take in account the packages present on your system to not recompile everything. It support import of sources from gentoo, github and custom URLs.
http://svalat.github.io/homelinux/
Other
8 stars 0 forks source link

Handle USE propagation #83

Open svalat opened 3 months ago

svalat commented 3 months ago

In package, permit to ask onto a dep, the same use than us or opposite :

    {
        "use": {
            "all": [ "+svg", "pdf", "-debug" ],
            "sys-devel/gcc": [ "+debug" ],
            "sci-libs/hdf5": ["=mpi", "!mpi"]
        }
    }

With :