Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle USE propagation #83

Open
svalat opened this issue May 31, 2024 · 0 comments
Open

Handle USE propagation #83

svalat opened this issue May 31, 2024 · 0 comments

Comments

@svalat
Copy link
Owner

svalat commented May 31, 2024

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 :

  • =mpi : require same value than for current package
  • !mpi: require the opposite value than current.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant