diff options
author | Sam James <sam@gentoo.org> | 2024-03-01 22:06:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-01 22:06:21 +0000 |
commit | b723bef43da14a66b5d55f4a4b222c9bb78c2a96 (patch) | |
tree | b839cccdd100e45b01e5f8720fc26c25ecfe2968 /sys-auth | |
parent | media-libs/mesa: --buildtype -> -Dbuildtype for meson.eclass changes (diff) | |
download | gentoo-b723bef43da14a66b5d55f4a4b222c9bb78c2a96.tar.gz gentoo-b723bef43da14a66b5d55f4a4b222c9bb78c2a96.tar.bz2 gentoo-b723bef43da14a66b5d55f4a4b222c9bb78c2a96.zip |
sys-auth/elogind: --buildtype -> -Dbuildtype for meson.eclass changes
Since b95ea11330e446d0deb89ca7d78356cb2a7d0d06, we need to do -Dbuildtype,
not --buildtype.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/elogind/elogind-246.10-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/elogind/elogind-252.9.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/elogind/elogind-246.10-r3.ebuild b/sys-auth/elogind/elogind-246.10-r3.ebuild index 532c0142c6d7..6dab1913be28 100644 --- a/sys-auth/elogind/elogind-246.10-r3.ebuild +++ b/sys-auth/elogind/elogind-246.10-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -92,7 +92,7 @@ src_configure() { -Ddefault-kill-user-processes=false -Dacl=$(usex acl true false) -Daudit=$(usex audit true false) - --buildtype $(usex debug debug release) + -Dbuildtype=$(usex debug debug release) -Dhtml=$(usex doc auto false) -Dpam=$(usex pam true false) -Dselinux=$(usex selinux true false) diff --git a/sys-auth/elogind/elogind-252.9.ebuild b/sys-auth/elogind/elogind-252.9.ebuild index 8e772cb2b934..4cb66f04f2f6 100644 --- a/sys-auth/elogind/elogind-252.9.ebuild +++ b/sys-auth/elogind/elogind-252.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -114,7 +114,7 @@ src_configure() { -Ddefault-kill-user-processes=false -Dacl=$(usex acl true false) -Daudit=$(usex audit true false) - --buildtype $(usex debug debug release) + -Dbuildtype=$(usex debug debug release) -Dhtml=$(usex doc auto false) -Dpam=$(usex pam true false) -Dselinux=$(usex selinux true false) |