diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-01 18:04:18 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-01 18:04:18 +0000 |
commit | 4d273ba2645ff4c1d062933e0a7025bea59d790f (patch) | |
tree | 5fec4c52cbe8f32285b30f83ce17eb38df8983ed /x11-libs | |
parent | add openmotif-2.2.3 with security fixes, bug #78111 (diff) | |
download | gentoo-2-4d273ba2645ff4c1d062933e0a7025bea59d790f.tar.gz gentoo-2-4d273ba2645ff4c1d062933e0a7025bea59d790f.tar.bz2 gentoo-2-4d273ba2645ff4c1d062933e0a7025bea59d790f.zip |
add blocker on virtual/motif
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.3.ebuild b/x11-libs/openmotif/openmotif-2.2.3.ebuild index d11e121ca85f..ce9625fdf5b3 100644 --- a/x11-libs/openmotif/openmotif-2.2.3.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.1 2005/02/01 18:00:19 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3.ebuild,v 1.2 2005/02/01 18:04:18 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -20,10 +20,12 @@ DEPEND="virtual/libc virtual/x11 >=sys-apps/sed-4 sys-devel/automake - sys-devel/autoconf" + sys-devel/autoconf + !virtual/motif" RDEPEND="virtual/libc - virtual/x11" + virtual/x11 + !virtual/motif" pkg_setup() { # multilib includes don't work right in this package... |