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 7A547139694 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 B2939E0784; Sun, 18 Jun 2017 09:30:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95338E0784 for ; Sun, 18 Jun 2017 09:30:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C5473419D2 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 953187485 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: <1497778240.2859ab0f8ec030089db28966c13a746fe68eea23.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: 2859ab0f8ec030089db28966c13a746fe68eea23 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: 47313304-a8f9-4009-99a1-c5868b99b67a X-Archives-Hash: de704e412a46fcb8e8b919aeb1b33683 commit: 2859ab0f8ec030089db28966c13a746fe68eea23 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 18 09:29:35 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 18 09:30:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2859ab0f Revert "sys-power/upower: Make repoman more happy" This reverts commit 8481d386f52bb5f1da3c364f79417b660d9b3c86. 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 6c20f1bff85..3d9123df0d9 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 stats" +DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics" HOMEPAGE="https://upower.freedesktop.org/" SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"