From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 258591384B4 for ; Tue, 24 Nov 2015 02:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DBCA21C01E; Tue, 24 Nov 2015 02:03:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3893421C01B for ; Tue, 24 Nov 2015 02:03:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69D473405CF for ; Tue, 24 Nov 2015 02:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD9EAA2 for ; Tue, 24 Nov 2015 02:03:50 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1448074271.6d2fe5739e0bf0478db40c4429215e78110b3326.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fsl/fsl-5.0.8.ebuild X-VCS-Directories: sci-biology/fsl/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 6d2fe5739e0bf0478db40c4429215e78110b3326 X-VCS-Branch: master Date: Tue, 24 Nov 2015 02:03:50 +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: 98e21ef3-7c04-49b9-8348-8be1b34379ce X-Archives-Hash: 33844adb48375fcab910f6645f9436a1 commit: 6d2fe5739e0bf0478db40c4429215e78110b3326 Author: Horea Christian mail ru> AuthorDate: Sat Nov 21 02:51:11 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Nov 21 02:51:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d2fe573 typo sci-biology/fsl/fsl-5.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/fsl/fsl-5.0.8.ebuild b/sci-biology/fsl/fsl-5.0.8.ebuild index 406e35c..4bcb6a0 100644 --- a/sci-biology/fsl/fsl-5.0.8.ebuild +++ b/sci-biology/fsl/fsl-5.0.8.ebuild @@ -135,6 +135,6 @@ pkg_postinst() { echo einfo "Please run the following commands if you" einfo "intend to use fsl from an existing shell:" - einfo "env-update && source /etc/porfile" + einfo "env-update && source /etc/profile" echo }