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 5F9EE1382C5 for ; Thu, 4 Mar 2021 17:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FBE6E0857; Thu, 4 Mar 2021 17:43:01 +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 3B6EDE0863 for ; Thu, 4 Mar 2021 17:43:01 +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 53910340D5A for ; Thu, 4 Mar 2021 17:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B09EE579 for ; Thu, 4 Mar 2021 17:42:57 +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: <1614879753.9b7bf4f93478a389cc86043231314ed1fa3888cb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dunst/dunst-1.6.1.ebuild x11-misc/dunst/dunst-9999.ebuild X-VCS-Directories: x11-misc/dunst/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9b7bf4f93478a389cc86043231314ed1fa3888cb X-VCS-Branch: master Date: Thu, 4 Mar 2021 17:42:57 +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: 61584c9d-45d2-4492-926a-8f7f741b8756 X-Archives-Hash: 8c7e859e8ea45d44322e262a6ffbae6f commit: 9b7bf4f93478a389cc86043231314ed1fa3888cb Author: Aisha Tammy aisha cc> AuthorDate: Thu Mar 4 14:35:57 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 4 17:42:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7bf4f9 x11-misc/dunst: fix install for wayland only systems Closes: https://bugs.gentoo.org/774183 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/19764 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/dunst/dunst-1.6.1.ebuild | 3 ++- x11-misc/dunst/dunst-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild index b4ea0aaabb0..db38e7cda0a 100644 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ b/x11-misc/dunst/dunst-1.6.1.ebuild @@ -54,6 +54,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_dounit dunst.service } diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index b4ea0aaabb0..db38e7cda0a 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -54,6 +54,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ + DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install systemd_dounit dunst.service }