From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-894570-garchives=archives.gentoo.org@lists.gentoo.org>
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 19089138206
	for <garchives@archives.gentoo.org>; Mon,  1 Aug 2016 13:15:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0FF4B21C039;
	Mon,  1 Aug 2016 13:15:39 +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 A68CA21C039
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2016 13:15:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 266CF340E72
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2016 13:15:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B4C97CD
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2016 13:15:33 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1470057276.a4c6aa1c4d788baf43d1b0f689d8f363dc56de04.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gecode/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/gecode/metadata.xml
X-VCS-Directories: dev-libs/gecode/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: a4c6aa1c4d788baf43d1b0f689d8f363dc56de04
X-VCS-Branch: master
Date: Mon,  1 Aug 2016 13:15:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: bfa07c6d-3244-4e3e-a299-85dad39966e4
X-Archives-Hash: 1db19dafd2d6ba0ad880b1a0e5c63573

commit:     a4c6aa1c4d788baf43d1b0f689d8f363dc56de04
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 13:14:36 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 13:14:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c6aa1c

dev-libs/gecode: fix metadata.xml schema.

In my recent addition of gecode-4.4.0, I made a copy/paste error and
duplicated the <use> element in metadata.xml. MichaƂ's Travis CI
instance caught the error (thanks).

Package-Manager: portage-2.2.28

 dev-libs/gecode/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/gecode/metadata.xml b/dev-libs/gecode/metadata.xml
index 8d55768..234da92 100644
--- a/dev-libs/gecode/metadata.xml
+++ b/dev-libs/gecode/metadata.xml
@@ -6,8 +6,6 @@
 		<flag name="gist">
 			Enable Gist, the Gecode Interactive Search Tool
 		</flag>
-	</use>
-	<use>
 		<flag name="gmp">
 			Enable trigonometric and transcendental float
 			constraints