summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-16 03:46:58 +0100
committerSam James <sam@gentoo.org>2023-04-16 03:46:58 +0100
commit84827d9902844c4fb91330422d9751676788dee5 (patch)
treef55c8f02c69a42261f2f1996e0504dfb5b10a5f3 /media-libs
parentmedia-gfx/blender: Remove unnecessary backslashes from IUSE (diff)
downloadgentoo-84827d9902844c4fb91330422d9751676788dee5.tar.gz
gentoo-84827d9902844c4fb91330422d9751676788dee5.tar.bz2
gentoo-84827d9902844c4fb91330422d9751676788dee5.zip
media-libs/openpgl: style tweaks
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/openpgl/openpgl-0.5.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/openpgl/openpgl-0.5.0.ebuild b/media-libs/openpgl/openpgl-0.5.0.ebuild
index 9c6a928d4802..81276940fbc2 100644
--- a/media-libs/openpgl/openpgl-0.5.0.ebuild
+++ b/media-libs/openpgl/openpgl-0.5.0.ebuild
@@ -10,11 +10,12 @@ HOMEPAGE="https://github.com/OpenPathGuidingLibrary/openpgl"
SRC_URI="https://github.com/OpenPathGuidingLibrary/openpgl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
+SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
X86_CPU_FLAGS=( sse4_2 avx2 avx512dq )
CPU_FLAGS=( ${X86_CPU_FLAGS[@]/#/cpu_flags_x86_} )
IUSE="${CPU_FLAGS[@]%:*} debug"
-SLOT="0"
RDEPEND="
media-libs/embree