From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D31D2138334 for ; Fri, 4 Oct 2019 04:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA761E086B; Fri, 4 Oct 2019 04:24:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CCBB5E086B for ; Fri, 4 Oct 2019 04:24:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3159D34B8D4 for ; Fri, 4 Oct 2019 04:24:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559A4804 for ; Fri, 4 Oct 2019 04:24:49 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1570163067.1d6bb5929dd48fd993b1ba5b25c809958e845242.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/efl/efl-1.23.0.ebuild X-VCS-Directories: dev-libs/efl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1d6bb5929dd48fd993b1ba5b25c809958e845242 X-VCS-Branch: master Date: Fri, 4 Oct 2019 04:24:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d14a2b6-7fc7-4ac9-b936-1e4d91b0ba00 X-Archives-Hash: 523f25c189f370e51587e2e052650c82 commit: 1d6bb5929dd48fd993b1ba5b25c809958e845242 Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 4 04:24:27 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 4 04:24:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6bb592 dev-libs/efl: add forgotten configure option for 'sound' USE Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/efl/efl-1.23.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/efl/efl-1.23.0.ebuild b/dev-libs/efl/efl-1.23.0.ebuild index 0958571d09d..01648259b55 100644 --- a/dev-libs/efl/efl-1.23.0.ebuild +++ b/dev-libs/efl/efl-1.23.0.ebuild @@ -166,6 +166,7 @@ src_configure() { $(meson_use physics) $(meson_use pulseaudio) $(meson_use sdl) + $(meson_use sound audio) $(meson_use systemd) $(meson_use tslib) $(meson_use v4l v4l2)