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 4F1A4139335 for ; Tue, 29 Jun 2021 16:35:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51DEE0857; Tue, 29 Jun 2021 16:35:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8AFB9E0857 for ; Tue, 29 Jun 2021 16:35:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BED5F335CD8 for ; Tue, 29 Jun 2021 16:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E5B7BE for ; Tue, 29 Jun 2021 16:35:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624984525.0c9837e45d60f2e616fdbb913a0d41db65bfca75.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gdkpixbuf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-gdkpixbuf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0c9837e45d60f2e616fdbb913a0d41db65bfca75 X-VCS-Branch: master Date: Tue, 29 Jun 2021 16:35:43 +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: 549eb6f0-ade3-4d88-8ede-d394efc86109 X-Archives-Hash: a5408523330e028d4143fd05872f9c97 commit: 0c9837e45d60f2e616fdbb913a0d41db65bfca75 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Jun 29 16:35:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 29 16:35:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9837e4 media-plugins/gst-plugins-gdkpixbuf: Fix plugin option name Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild index 52f1287ab59..ba39b883932 100644 --- a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild +++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.18.4.ebuild @@ -13,5 +13,5 @@ IUSE="" RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" -GST_PLUGINS_ENABLED="gdk_pixbuf" +GST_PLUGINS_ENABLED="gdk-pixbuf" GST_PLUGINS_BUILD_DIR="gdk_pixbuf"