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 4D5E8138334 for ; Sun, 20 Oct 2019 14:30:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82875E0AE7; Sun, 20 Oct 2019 14:30:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6B2DDE0AE7 for ; Sun, 20 Oct 2019 14:30:27 +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 2A21734C0C0 for ; Sun, 20 Oct 2019 14:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77C8B88F for ; Sun, 20 Oct 2019 14:30:11 +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: <1571581736.e0bf0b52fd89bc1dca6886dfd90294427c2d945a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild X-VCS-Directories: x11-misc/xdg-utils/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e0bf0b52fd89bc1dca6886dfd90294427c2d945a X-VCS-Branch: master Date: Sun, 20 Oct 2019 14:30:11 +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: 5e31f792-f11e-4342-92b1-5e0dbf395227 X-Archives-Hash: 5978d571d376f48f33d6ea789254d1a9 commit: e0bf0b52fd89bc1dca6886dfd90294427c2d945a Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 20 14:25:00 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 20 14:28:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bf0b52 x11-misc/xdg-utils: Install ChangeLog file Closes: https://bugs.gentoo.org/696094 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Pacho Ramos gentoo.org> x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild index b4745c6017a..9182f30038d 100644 --- a/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild +++ b/x11-misc/xdg-utils/xdg-utils-1.1.3-r1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" " DEPEND=">=app-text/xmlto-0.0.26-r1[text(+)]" -DOCS=( README RELEASE_NOTES TODO ) # ChangeLog is bogus, see git instead +DOCS=( ChangeLog README RELEASE_NOTES TODO ) RESTRICT="test" # Disabled because of sandbox violation(s)