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 D8B72138334 for ; Sun, 8 Jul 2018 09:02:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FD96E082D; Sun, 8 Jul 2018 09:02:50 +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 D6AA8E082D for ; Sun, 8 Jul 2018 09:02:49 +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 8BD0A335C7E for ; Sun, 8 Jul 2018 09:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C299349 for ; Sun, 8 Jul 2018 09:02:46 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1531040552.e8afb9b81e55a611723869380f2f52753a263064.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/asis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/asis/asis-2018.ebuild X-VCS-Directories: dev-ada/asis/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: e8afb9b81e55a611723869380f2f52753a263064 X-VCS-Branch: master Date: Sun, 8 Jul 2018 09:02:46 +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-Archives-Salt: 3060d324-9d23-4e7c-8917-d903620f5032 X-Archives-Hash: 1f6c78e25f6f39c8e53ce5a7d1b09c03 commit: e8afb9b81e55a611723869380f2f52753a263064 Author: Tupone Alfredo gentoo org> AuthorDate: Sun Jul 8 09:02:32 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Jul 8 09:02:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8afb9b8 dev-ada/asis: Rename a file conflicting with libadalang-tool Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/asis/asis-2018.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/asis/asis-2018.ebuild b/dev-ada/asis/asis-2018.ebuild index 7a47041ede8..88b9ba97d07 100644 --- a/dev-ada/asis/asis-2018.ebuild +++ b/dev-ada/asis/asis-2018.ebuild @@ -39,4 +39,5 @@ src_install() { -XLIBRARY_TYPE=relocatable \ -XXMLADA_BUILD=relocatable" rm -r "${D}"/usr/share/gpr/manifests || die + mv "${D}"/usr/bin/gnatpp{,-asis} || die }