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 B8F46139694 for ; Sun, 18 Jun 2017 09:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0665E0BE5; Sun, 18 Jun 2017 09:30:50 +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 B7E6FE0BE5 for ; Sun, 18 Jun 2017 09:30:50 +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 28A053419C5 for ; Sun, 18 Jun 2017 09:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811607484 for ; Sun, 18 Jun 2017 09:30:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1497778239.48fd7116b266f16bd9dbbeb26a10410a976c6406.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/upower/upower-0.99.4-r1.ebuild X-VCS-Directories: sys-power/upower/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 48fd7116b266f16bd9dbbeb26a10410a976c6406 X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:30: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: 4a143ec2-7029-464a-b2ad-a9b8e7810fe8 X-Archives-Hash: 87e6676fa7cc284ad096a51f606b80f1 commit: 48fd7116b266f16bd9dbbeb26a10410a976c6406 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 18 09:29:20 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 18 09:30:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fd7116 sys-power/upower: Make repoman more happy Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-power/upower/upower-0.99.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/upower/upower-0.99.4-r1.ebuild b/sys-power/upower/upower-0.99.4-r1.ebuild index 3d9123df0d9..6c20f1bff85 100644 --- a/sys-power/upower/upower-0.99.4-r1.ebuild +++ b/sys-power/upower/upower-0.99.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 inherit ltprune systemd -DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics" +DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and stats" HOMEPAGE="https://upower.freedesktop.org/" SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"