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 7F09D1382C5 for ; Thu, 29 Apr 2021 11:44:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F8B7E086F; Thu, 29 Apr 2021 11:43:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4AF53E086F for ; Thu, 29 Apr 2021 11:43:59 +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 521AB3410EF for ; Thu, 29 Apr 2021 11:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E737C735 for ; Thu, 29 Apr 2021 11:43:56 +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: <1619696623.212012522d0386acb3489a529ad235bba76c2723.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: 212012522d0386acb3489a529ad235bba76c2723 X-VCS-Branch: master Date: Thu, 29 Apr 2021 11:43:56 +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: 19a3dd6e-eb11-4ec6-b7d9-0181dedec258 X-Archives-Hash: 78e1c8e487b8c4425bff6e5c2a245efc commit: 212012522d0386acb3489a529ad235bba76c2723 Author: Aisha Tammy bsd ac> AuthorDate: Sun Apr 18 20:33:19 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 29 11:43:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21201252 x11-misc/dunst: fix systemd unit file Closes: https://bugs.gentoo.org/782499 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/20447 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/dunst/dunst-1.6.1.ebuild | 4 ++-- x11-misc/dunst/dunst-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild b/x11-misc/dunst/dunst-1.6.1.ebuild index db38e7cda0a..9ad8b28bb80 100644 --- a/x11-misc/dunst/dunst-1.6.1.ebuild +++ b/x11-misc/dunst/dunst-1.6.1.ebuild @@ -50,11 +50,11 @@ src_configure() { src_compile() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - -i dunst.systemd.service.in > dunst.service + dunst.systemd.service.in > dunst.service } src_install() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - systemd_dounit dunst.service + systemd_douserunit dunst.service } diff --git a/x11-misc/dunst/dunst-9999.ebuild b/x11-misc/dunst/dunst-9999.ebuild index db38e7cda0a..9ad8b28bb80 100644 --- a/x11-misc/dunst/dunst-9999.ebuild +++ b/x11-misc/dunst/dunst-9999.ebuild @@ -50,11 +50,11 @@ src_configure() { src_compile() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 sed -e "s|##PREFIX##|${EPREFIX}/usr|" \ - -i dunst.systemd.service.in > dunst.service + dunst.systemd.service.in > dunst.service } src_install() { emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \ DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - systemd_dounit dunst.service + systemd_douserunit dunst.service }