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 324B0139694 for ; Thu, 23 Mar 2017 17:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF24F21C17B; Thu, 23 Mar 2017 17:32:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEF7621C17B for ; Thu, 23 Mar 2017 17:32:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90E32340E75 for ; Thu, 23 Mar 2017 17:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7047266 for ; Thu, 23 Mar 2017 17:32:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1490290352.3e1abd7b6335e0da51d907f06f86a6bbd0e4243b.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3e1abd7b6335e0da51d907f06f86a6bbd0e4243b X-VCS-Branch: prefix Date: Thu, 23 Mar 2017 17:32:39 +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: 14c0e813-fc33-4b17-9c88-02d178d9b058 X-Archives-Hash: 09ff04588ddc9e8583811a30bbaab577 commit: 3e1abd7b6335e0da51d907f06f86a6bbd0e4243b Author: Fabian Groffen gentoo org> AuthorDate: Thu Mar 23 17:32:32 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 23 17:32:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3e1abd7b travis: fix stypo .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a9cc22de6..467bc3cb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: -e "s|@portageuser@|portage|" -e "s|@rootuser@|root|" -e "s|@rootuid@|0|" - -e "s|@rootgid@|0)|" + -e "s|@rootgid@|0|" -e "s|@sysconfdir@|/etc|" -i '{}' + - ./setup.py test