summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-09-07 15:25:22 +0000
committerUlrich Müller <ulm@gentoo.org>2014-09-07 15:25:22 +0000
commit257c4ba0eb31bee704ea382ac19359a3fd98bdc4 (patch)
treeda01fe75cd77dcc4d544087343e45f02484aa560
parentRemove dependency on app-emulation/emul-linux-x86-compat since it is redundan... (diff)
downloadgentoo-2-257c4ba0eb31bee704ea382ac19359a3fd98bdc4.tar.gz
gentoo-2-257c4ba0eb31bee704ea382ac19359a3fd98bdc4.tar.bz2
gentoo-2-257c4ba0eb31bee704ea382ac19359a3fd98bdc4.zip
Replace emul-linux-x86-compat dependency by virtual/libstdc++, bug 522218.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
-rw-r--r--sci-chemistry/cara-bin/ChangeLog5
-rw-r--r--sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-chemistry/cara-bin/ChangeLog b/sci-chemistry/cara-bin/ChangeLog
index b6ea57c59593..7569bd7ec74a 100644
--- a/sci-chemistry/cara-bin/ChangeLog
+++ b/sci-chemistry/cara-bin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/cara-bin
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/ChangeLog,v 1.8 2014/06/18 20:42:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/ChangeLog,v 1.9 2014/09/07 15:25:22 ulm Exp $
+
+ 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> cara-bin-1.8.4.ebuild:
+ Replace emul-linux-x86-compat dependency by virtual/libstdc++, bug 522218.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> cara-bin-1.8.4.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild
index 5a8a287e7b38..5caf2b9d98a6 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild,v 1.7 2014/06/18 20:42:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cara-bin/cara-bin-1.8.4.ebuild,v 1.8 2014/09/07 15:25:22 ulm Exp $
EAPI=4
@@ -35,7 +35,7 @@ RDEPEND="
)
app-emulation/emul-linux-x86-xlibs
)
- app-emulation/emul-linux-x86-compat )
+ )
x86? (
media-libs/fontconfig
media-libs/freetype
@@ -47,7 +47,8 @@ RDEPEND="
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
- virtual/libstdc++ )
+ )
+ virtual/libstdc++
lua? ( dev-lang/lua )"
DEPEND=""