diff options
author | 2024-11-29 11:17:23 -0800 | |
---|---|---|
committer | 2024-12-02 12:39:40 -0500 | |
commit | 5f78d17de1c797a1f3f431f6a7e578c1366134d9 (patch) | |
tree | 7cafb6f26380f9cb11994d1e2c2ce644a7918e96 /dev-util | |
parent | dev-util/idea-community: created 2024.3-r1 ebuild file (diff) | |
download | gentoo-5f78d17de1c797a1f3f431f6a7e578c1366134d9.tar.gz gentoo-5f78d17de1c797a1f3f431f6a7e578c1366134d9.tar.bz2 gentoo-5f78d17de1c797a1f3f431f6a7e578c1366134d9.zip |
dev-util/idea-community: added REQUIRED_USE flags
The experimental USE flag requires the wayland USE flag to be set.
Acked-by: Mike Pagano <mpagano@gentoo.org>
Signed-off-by: wqvi <137255931+wqvi@users.noreply.github.com>
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/idea-community/idea-community-2024.3-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/idea-community/idea-community-2024.3-r1.ebuild b/dev-util/idea-community/idea-community-2024.3-r1.ebuild index 423efaed6866..58b39ee380b2 100644 --- a/dev-util/idea-community/idea-community-2024.3-r1.ebuild +++ b/dev-util/idea-community/idea-community-2024.3-r1.ebuild @@ -23,7 +23,8 @@ LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 CC-BY-2.5 CDDL-1.1 SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="wayland" +IUSE="experimental wayland" +REQUIRED_USE="experimental? ( wayland )" DEPEND=" || ( |