diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-07-06 11:24:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-07-06 11:24:53 +0000 |
commit | 79b8e63fb2c982ff1f8846fffba7714e039da302 (patch) | |
tree | 3ebc0470f02fea82590410f73adbfe70901c12e9 /sci-chemistry/azara/azara-2.8-r4.ebuild | |
parent | sci-libs/pycifrw: Add missing dep on setuptools, #514782; Version BUmp (diff) | |
download | gentoo-2-79b8e63fb2c982ff1f8846fffba7714e039da302.tar.gz gentoo-2-79b8e63fb2c982ff1f8846fffba7714e039da302.tar.bz2 gentoo-2-79b8e63fb2c982ff1f8846fffba7714e039da302.zip |
sci-chemistry/azara: Add missing dep on x11-libs/motif, #515000
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/azara/azara-2.8-r4.ebuild')
-rw-r--r-- | sci-chemistry/azara/azara-2.8-r4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-chemistry/azara/azara-2.8-r4.ebuild b/sci-chemistry/azara/azara-2.8-r4.ebuild index 4c768e984d8f..75340f991324 100644 --- a/sci-chemistry/azara/azara-2.8-r4.ebuild +++ b/sci-chemistry/azara/azara-2.8-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild,v 1.4 2012/02/25 03:04:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/azara/azara-2.8-r4.ebuild,v 1.5 2014/07/06 11:24:53 jlec Exp $ EAPI=3 @@ -21,6 +21,7 @@ IUSE="python xpm X" RDEPEND=" x11-libs/libX11 + x11-libs/motif:0 xpm? ( x11-libs/libXpm )" DEPEND="${RDEPEND}" |