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 CFA6F1382C5 for ; Mon, 18 Jan 2021 21:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94FF4E0885; Mon, 18 Jan 2021 21:10:15 +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 7B0B2E0885 for ; Mon, 18 Jan 2021 21:10:15 +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 531E4340CE1 for ; Mon, 18 Jan 2021 21:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DDC24A7 for ; Mon, 18 Jan 2021 21:10:11 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611004196.ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gsound/gsound-1.0.2-r1.ebuild X-VCS-Directories: media-libs/gsound/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef X-VCS-Branch: master Date: Mon, 18 Jan 2021 21:10:11 +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: e1686270-7b6d-434d-a78d-b98385829aeb X-Archives-Hash: b8681d6d66f0f8eafcc42dda6aa3ce4b commit: ffd9b9594d4b08f67a35a2fbe55e5c57308d20ef Author: David Michael gmail com> AuthorDate: Sat Dec 26 02:34:47 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 18 21:09:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd9b959 media-libs/gsound: EAPI 7 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> media-libs/gsound/gsound-1.0.2-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild index bbb5fd9d277..eff02a07beb 100644 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 VALA_USE_DEPEND="vapigen" inherit gnome2 vala @@ -20,7 +20,8 @@ RDEPEND=" media-libs/libcanberra introspection? ( >=dev-libs/gobject-introspection-1.2.9:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=dev-util/gtk-doc-am-1.20 virtual/pkgconfig vala? ( $(vala_depend) )