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 F0D611388BF for ; Mon, 11 Jan 2016 15:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FAA21C02C; Mon, 11 Jan 2016 15:34:10 +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 9530B21C02C for ; Mon, 11 Jan 2016 15:34:10 +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 44C6F3408C7 for ; Mon, 11 Jan 2016 15:34:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9357CB1 for ; Mon, 11 Jan 2016 15:34:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1452526433.b8a5094fcee4f5c986c47904bb31371d1b6e804f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paludis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/paludis/paludis-2.4.0.ebuild sys-apps/paludis/paludis-9999.ebuild X-VCS-Directories: sys-apps/paludis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b8a5094fcee4f5c986c47904bb31371d1b6e804f X-VCS-Branch: master Date: Mon, 11 Jan 2016 15:34:00 +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: 94230717-33b8-47a4-a620-867d2f14f09b X-Archives-Hash: e236ef67e5d6e46c466f5db4dfe241d7 commit: b8a5094fcee4f5c986c47904bb31371d1b6e804f Author: Michał Górny gentoo org> AuthorDate: Mon Jan 11 15:32:45 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 11 15:33:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5094f sys-apps/paludis: Enable XML support by default Enable XML support by default, to provide support for metadata.xml and other XML files used in Gentoo repositories. sys-apps/paludis/paludis-2.4.0.ebuild | 2 +- sys-apps/paludis/paludis-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild b/sys-apps/paludis/paludis-2.4.0.ebuild index 0a26255..ca19dc8 100644 --- a/sys-apps/paludis/paludis-2.4.0.ebuild +++ b/sys-apps/paludis/paludis-2.4.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.exherbo.org/" SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2" -IUSE="doc pbins pink python ruby search-index test xml" +IUSE="doc pbins pink python ruby search-index test +xml" LICENSE="GPL-2 vim" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 1501384..911a00d 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.exherbo.org/" SRC_URI="" -IUSE="doc pbins pink python ruby search-index test xml" +IUSE="doc pbins pink python ruby search-index test +xml" LICENSE="GPL-2 vim" SLOT="0" KEYWORDS=""