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 8FFDD1382C5 for ; Sun, 14 Mar 2021 01:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8FD2E088C; Sun, 14 Mar 2021 01:32:59 +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 AE6E1E088C for ; Sun, 14 Mar 2021 01:32:59 +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 4DB13335D32 for ; Sun, 14 Mar 2021 01:32:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC50C579 for ; Sun, 14 Mar 2021 01:32:56 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1615685548.e899f6722aa898502d23e0a18550f049bf32c136.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-cpp/castxml/ X-VCS-Repository: proj/sci X-VCS-Files: dev-cpp/castxml/castxml-0.3.6.ebuild X-VCS-Directories: dev-cpp/castxml/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: e899f6722aa898502d23e0a18550f049bf32c136 X-VCS-Branch: master Date: Sun, 14 Mar 2021 01:32: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: 7c0dbbcc-070b-4f2a-ab16-e81ba95220af X-Archives-Hash: cf6a824426cb58e5cf6b45cd75c94ab5 commit: e899f6722aa898502d23e0a18550f049bf32c136 Author: Horea Christian chymera eu> AuthorDate: Sun Mar 14 01:32:28 2021 +0000 Commit: Horea Christian gmail com> CommitDate: Sun Mar 14 01:32:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e899f672 dev-cpp/castxml: fixed broken source dir specification Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Horea Christian chymera.eu> dev-cpp/castxml/castxml-0.3.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/castxml/castxml-0.3.6.ebuild b/dev-cpp/castxml/castxml-0.3.6.ebuild index dbf7fff49..6fb7ac720 100644 --- a/dev-cpp/castxml/castxml-0.3.6.ebuild +++ b/dev-cpp/castxml/castxml-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,4 +30,6 @@ RDEPEND=" sys-devel/clang:= " +S="${WORKDIR}/${MY_PN}-${PV}" + PATCHES=( "${FILESDIR}"/${PN}-0.3.6-install-paths.patch )