diff options
author | Keri Harris <keri@gentoo.org> | 2008-11-21 22:44:12 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2008-11-21 22:44:12 +0000 |
commit | f0821735ae152ecae774244227095e8df81c24e4 (patch) | |
tree | 160dd8cb29861e1be8c0d7849f329a453bb56180 /dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild | |
parent | Fixed homepage. (diff) | |
download | gentoo-2-f0821735ae152ecae774244227095e8df81c24e4.tar.gz gentoo-2-f0821735ae152ecae774244227095e8df81c24e4.tar.bz2 gentoo-2-f0821735ae152ecae774244227095e8df81c24e4.zip |
Block dev-lang/mercury. Closes #247070.
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild')
-rw-r--r-- | dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild b/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild index 9313b29c93ac..f858a597f4b7 100644 --- a/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild +++ b/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.3 2007/03/03 23:08:50 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpatrol/mpatrol-1.4.8-r1.ebuild,v 1.4 2008/11/21 22:44:12 keri Exp $ IUSE="X" @@ -14,7 +14,8 @@ KEYWORDS="~x86 ~sparc" S="${WORKDIR}/${PN}" # To use X, mpatrol requires Motif -DEPEND="X? ( x11-libs/openmotif ) +DEPEND="!dev-lang/mercury + X? ( x11-libs/openmotif ) virtual/libc" src_unpack() { |