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 DA85E138350 for ; Tue, 7 Apr 2020 08:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41B3E0B83; Tue, 7 Apr 2020 08:28:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DB41FE0B83 for ; Tue, 7 Apr 2020 08:28:58 +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 9559634EF61 for ; Tue, 7 Apr 2020 08:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16ECB166 for ; Tue, 7 Apr 2020 08:28:55 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1586248120.6a999c84c523e7f609eddaae1b1ab0adc3ee037f.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/obsidian-icon-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild X-VCS-Directories: x11-themes/obsidian-icon-theme/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 6a999c84c523e7f609eddaae1b1ab0adc3ee037f X-VCS-Branch: dev Date: Tue, 7 Apr 2020 08:28:55 +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: 0345763f-decc-41a5-8cf3-415f617b9b3e X-Archives-Hash: 4aaabc59a0425a23c92bd83f9ab0386d commit: 6a999c84c523e7f609eddaae1b1ab0adc3ee037f Author: Huang Rui gmail com> AuthorDate: Tue Apr 7 08:28:39 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Tue Apr 7 08:28:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a999c84 x11-themes/obsidian-icon-theme: fix build problem Add source dir to fix build bug Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild | 1 + x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild index 88b104d..39e6e00 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-4.11.ebuild @@ -15,6 +15,7 @@ if [[ ${PV} == "9999" ]]; then else SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + S="${WORKDIR}/${GIT_PN}-${PV}" fi LICENSE="GPL-3" diff --git a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild index 88b104d..39e6e00 100644 --- a/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild +++ b/x11-themes/obsidian-icon-theme/obsidian-icon-theme-9999.ebuild @@ -15,6 +15,7 @@ if [[ ${PV} == "9999" ]]; then else SRC_URI="https://github.com/madmaxms/${GIT_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + S="${WORKDIR}/${GIT_PN}-${PV}" fi LICENSE="GPL-3"