summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-24 20:05:02 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-24 21:06:49 +0200
commit5b1b7d485262759b992fe735b43a0cb515141875 (patch)
tree92283f0c260a4a7453f33967c965b8d56cc58687 /media-libs/glycin-loaders
parentdev-python/stripe: Remove old (diff)
downloadgentoo-5b1b7d485262759b992fe735b43a0cb515141875.tar.gz
gentoo-5b1b7d485262759b992fe735b43a0cb515141875.tar.bz2
gentoo-5b1b7d485262759b992fe735b43a0cb515141875.zip
media-libs/glycin-loaders: Fix dev/release profile switch
Accidentally got the profiles the other way around. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/glycin-loaders')
-rw-r--r--media-libs/glycin-loaders/glycin-loaders-1.1_beta-r1.ebuild (renamed from media-libs/glycin-loaders/glycin-loaders-1.1_beta.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/glycin-loaders/glycin-loaders-1.1_beta.ebuild b/media-libs/glycin-loaders/glycin-loaders-1.1_beta-r1.ebuild
index 010fd073ec89..0775282f7108 100644
--- a/media-libs/glycin-loaders/glycin-loaders-1.1_beta.ebuild
+++ b/media-libs/glycin-loaders/glycin-loaders-1.1_beta-r1.ebuild
@@ -69,7 +69,7 @@ src_configure() {
)
local formats_s=${formats[*]}
local emesonargs=(
- -Dprofile=$(usex debug release dev)
+ -Dprofile=$(usex debug dev release)
-Dglycin-loaders=true
-Dloaders="${formats_s// /,}"
-Dtests=$(usex test true false)