diff options
author | 2004-06-10 19:48:05 +0000 | |
---|---|---|
committer | 2004-06-10 19:48:05 +0000 | |
commit | bef4f8a7e7c061fb67bdd36e75441eb01c29e142 (patch) | |
tree | 74efe75c09ce12c6c95024c30c9d1d8b2971b54c | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.tar.gz gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.tar.bz2 gentoo-2-bef4f8a7e7c061fb67bdd36e75441eb01c29e142.zip |
be a little more selective in the DEPEND !arm()
-rw-r--r-- | app-editors/emacs/emacs-21.3-r3.ebuild | 6 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.2a-r2.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/emacs/emacs-21.3-r3.ebuild b/app-editors/emacs/emacs-21.3-r3.ebuild index b1e1ed5b003c..139bbb50e09e 100644 --- a/app-editors/emacs/emacs-21.3-r3.ebuild +++ b/app-editors/emacs/emacs-21.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r3.ebuild,v 1.4 2004/06/01 23:23:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.3-r3.ebuild,v 1.5 2004/06/10 19:44:32 vapier Exp $ inherit flag-o-matic eutils @@ -16,18 +16,18 @@ IUSE="X nls motif leim gnome Xaw3d lesstif" RDEPEND="sys-libs/ncurses sys-libs/gdbm - !arm? ( X? ( virtual/x11 >=media-libs/libungif-4.1.0.1b >=media-libs/jpeg-6b-r2 >=media-libs/tiff-3.5.5-r3 >=media-libs/libpng-1.2.1 + !arm? ( Xaw3d? ( x11-libs/Xaw3d ) motif? ( lesstif? ( x11-libs/lesstif ) !lesstif? ( >=x11-libs/openmotif-2.1.30 ) ) gnome? ( gnome-base/gnome-desktop ) - ) + ) ) nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} diff --git a/net-fs/samba/samba-3.0.2a-r2.ebuild b/net-fs/samba/samba-3.0.2a-r2.ebuild index 3f8f77efa368..9edbd5839fbc 100644 --- a/net-fs/samba/samba-3.0.2a-r2.ebuild +++ b/net-fs/samba/samba-3.0.2a-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.10 2004/05/28 03:08:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.2a-r2.ebuild,v 1.11 2004/06/10 19:48:05 vapier Exp $ inherit eutils @@ -33,7 +33,7 @@ _COMMON_DEPS="dev-libs/popt xml? ( dev-libs/libxml2 sys-libs/zlib ) acl? ( sys-apps/acl ) cups? ( net-print/cups ) - !arm? ( ldap? ( net-nds/openldap ) ) + ldap? ( net-nds/openldap ) pam? ( sys-libs/pam ) python? dev-lang/python" DEPEND="sys-devel/autoconf |