From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-792524-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 541BC138C48
	for <garchives@archives.gentoo.org>; Mon, 13 Apr 2015 06:34:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E5780E09C1;
	Mon, 13 Apr 2015 06:34:31 +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 975A9E09C1
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:34:31 +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 DC5543409AA
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:34:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DB12815D09
	for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:34:25 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1428906844.1cd80dc994a4ceff3e0cf4c95bd934b8e83ffa1a.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-chemistry/unio/ChangeLog sci-chemistry/unio/unio-2.0.3-r1.ebuild
X-VCS-Directories: sci-chemistry/unio/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 1cd80dc994a4ceff3e0cf4c95bd934b8e83ffa1a
X-VCS-Branch: master
Date: Mon, 13 Apr 2015 06:34:25 +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: 495d32bc-2105-4671-9015-3dd1f579c99b
X-Archives-Hash: a579a194de51de04799bc8dd709283f0

commit:     1cd80dc994a4ceff3e0cf4c95bd934b8e83ffa1a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 06:34:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 06:34:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1cd80dc9

sci-chemistry/unio: Drop emul package support

Package-Manager: portage-2.2.18

 sci-chemistry/unio/ChangeLog            |  5 ++++-
 sci-chemistry/unio/unio-2.0.3-r1.ebuild | 11 +++--------
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index dedf80d..45ac72c 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-chemistry/unio
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Apr 2015; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
+  sci-chemistry/unio: Drop emul package support
+
   13 Nov 2014; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
   Drop all KEYWORDS due to broken revdeps
 

diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 9461775..1104689 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,13 +18,8 @@ IUSE=""
 
 RDEPEND="
 	app-shells/ksh
-	|| (
-		(
-			x11-libs/libX11[abi_x86_32(-)]
-			x11-libs/libXext[abi_x86_32(-)]
-		)
-		app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
-		)"
+	>=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+	>=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
 DEPEND=""
 
 S="${WORKDIR}/UNIO_10"