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 A7CD41388C3 for ; Tue, 12 Jan 2016 08:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E96FE0814; Tue, 12 Jan 2016 08:41:26 +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 710BEE080A for ; Tue, 12 Jan 2016 08:41:25 +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 861B9340A03 for ; Tue, 12 Jan 2016 08:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36941CFE for ; Tue, 12 Jan 2016 08:41:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452588078.9424a34b5ddaee6df8c5a52d1a43a52a79186b43.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/deja-dup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/deja-dup/deja-dup-34.1.ebuild X-VCS-Directories: app-backup/deja-dup/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9424a34b5ddaee6df8c5a52d1a43a52a79186b43 X-VCS-Branch: master Date: Tue, 12 Jan 2016 08:41:23 +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: 15e97d05-ebac-4dbd-8c29-19a54c093a62 X-Archives-Hash: 12c6da2961bd3d0832ff136039922536 commit: 9424a34b5ddaee6df8c5a52d1a43a52a79186b43 Author: Justin Lecher gentoo org> AuthorDate: Tue Jan 12 08:41:10 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 12 08:41:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9424a34b app-backup/deja-dup: Add missing dep for package-glib2 support Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> app-backup/deja-dup/deja-dup-34.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-backup/deja-dup/deja-dup-34.1.ebuild b/app-backup/deja-dup/deja-dup-34.1.ebuild index 02abb52..6b70c45 100644 --- a/app-backup/deja-dup/deja-dup-34.1.ebuild +++ b/app-backup/deja-dup/deja-dup-34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,7 @@ IUSE="nautilus test" RESTRICT="test" COMMON_DEPEND=" + app-admin/packagekit-base app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0