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 3D001138334 for ; Sat, 25 May 2019 14:04:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E237E0828; Sat, 25 May 2019 14:04:19 +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 1FC18E0828 for ; Sat, 25 May 2019 14:04:18 +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 777C0344FDA for ; Sat, 25 May 2019 14:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ACBF449 for ; Sat, 25 May 2019 14:04:15 +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: <1558793014.44395ff4428c9fd741ac7848f2c507f645a96daa.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 44395ff4428c9fd741ac7848f2c507f645a96daa X-VCS-Branch: master Date: Sat, 25 May 2019 14:04:15 +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: ec1ab6e8-2ab2-44be-ad14-15089ccce576 X-Archives-Hash: f6d5b7d2984536ef6f395b416585a5ba commit: 44395ff4428c9fd741ac7848f2c507f645a96daa Author: Fabian Groffen gentoo org> AuthorDate: Sat May 25 14:03:34 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat May 25 14:03:34 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=44395ff4 travis: try to install gnupg perhaps gpg isn't there causing key retrieval to fail Signed-off-by: Fabian Groffen gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 801bb4e..1dae592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,5 +25,5 @@ addons: before_install: - ./travis/install-iniparser.sh - ./travis/install-blake2.sh - - sudo apt-get install libgpgme11-dev + - sudo apt-get install libgpgme11-dev gnupg script: ./travis/main.sh