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 7EA69158013 for ; Mon, 27 Sep 2021 13:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4649E084A; Mon, 27 Sep 2021 13:32:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B92ECE084A for ; Mon, 27 Sep 2021 13:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 753FB342C92 for ; Mon, 27 Sep 2021 13:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4EC79B for ; Mon, 27 Sep 2021 13:32:20 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1632749493.00e4c98bf6d92edfab0b0aa14c17810b22e62acf.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/qtads/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/qtads/qtads-3.2.0-r1.ebuild games-engines/qtads/qtads-3.2.0.ebuild X-VCS-Directories: games-engines/qtads/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 00e4c98bf6d92edfab0b0aa14c17810b22e62acf X-VCS-Branch: master Date: Mon, 27 Sep 2021 13:32:20 +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: 3076591e-fb27-436b-be8a-4a2c98cfa13f X-Archives-Hash: 640e8d0f18d8d41eb1cbbba2a8d4a0a0 commit: 00e4c98bf6d92edfab0b0aa14c17810b22e62acf Author: Ionen Wolkens gentoo org> AuthorDate: Mon Sep 27 13:26:55 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Sep 27 13:31:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e4c98b games-engines/qtads: add missing qtsvg new dependency Also newly need to define DOCDIR as it doesn't recognize revbumps. Closes: https://bugs.gentoo.org/815076 Signed-off-by: Ionen Wolkens gentoo.org> games-engines/qtads/{qtads-3.2.0.ebuild => qtads-3.2.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-engines/qtads/qtads-3.2.0.ebuild b/games-engines/qtads/qtads-3.2.0-r1.ebuild similarity index 94% rename from games-engines/qtads/qtads-3.2.0.ebuild rename to games-engines/qtads/qtads-3.2.0-r1.ebuild index bcc3022a5dc..a96b5f39962 100644 --- a/games-engines/qtads/qtads-3.2.0.ebuild +++ b/games-engines/qtads/qtads-3.2.0-r1.ebuild @@ -22,6 +22,7 @@ DEPEND=" dev-qt/qtgui:5[jpeg,png] dev-qt/qtimageformats[mng] dev-qt/qtnetwork:5[ssl] + dev-qt/qtsvg:5 dev-qt/qtwidgets:5[png] sound? ( media-libs/libsdl2[sound] @@ -36,6 +37,7 @@ RDEPEND="${DEPEND}" src_configure() { eqmake5 \ PREFIX="${EPREFIX}/usr" \ + DOCDIR="${EPREFIX}/usr/share/${PF}" \ $(usev !sound CONFIG+=disable-audio) \ -after CONFIG-=silent }