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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19B45158043 for ; Wed, 28 Feb 2024 07:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 674EBE2B3B; Wed, 28 Feb 2024 07:19:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14496E2B3B for ; Wed, 28 Feb 2024 07:19:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39E5D34300A for ; Wed, 28 Feb 2024 07:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32D714E7 for ; Wed, 28 Feb 2024 07:19:04 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1709052537.b32de6fdb48aba2473e0630b29569ad89a7f74b4.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b32de6fdb48aba2473e0630b29569ad89a7f74b4 X-VCS-Branch: master Date: Wed, 28 Feb 2024 07:19:04 +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: acbb3a4f-7b8c-4b4c-8255-7dad4340d225 X-Archives-Hash: 01084b6810c8f24c4fdfbfe671e9cfa6 commit: b32de6fdb48aba2473e0630b29569ad89a7f74b4 Author: Victor Skovorodnikov yandex com> AuthorDate: Tue Feb 27 16:48:57 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Feb 27 16:48:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b32de6fd net-p2p/dogecoin-qt: add 1.14.7 - adding unkeyworded 1.14.7 while its on 'dev' branch soon to be released. Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild index 896238d00a..81a02e5c7f 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.7.ebuild @@ -99,9 +99,9 @@ src_install() { dosym "${DOGEDIR}/bin/${PN}" "/usr/bin/${PN}" if use dogecoind ; then - dosym "${DOGEDIR}/bin/dogecoind" "/usr/bin/dogecoind" - dosym "${DOGEDIR}/bin/dogecoin-cli" "/usr/bin/dogecoin-cli" - fi + dosym "${DOGEDIR}/bin/dogecoind" "/usr/bin/dogecoind" + dosym "${DOGEDIR}/bin/dogecoin-cli" "/usr/bin/dogecoin-cli" + fi if use prune ; then domenu "${FILESDIR}"/"${PN}-prune.desktop" @@ -128,7 +128,7 @@ pkg_postinst() { einfo "NOTE: If you wish to activate experimental avx2 or sse2 CPU support," einfo "you may do so with 'intel-avx2' and/or 'scrypt-sse2' USE flags, and" einfo "with 'experimental' USE flag enabled for version ${PV}." - fi + fi } pkg_postrm() {