diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-11 16:47:49 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2010-07-11 16:47:49 +0000 |
commit | 718396cf45afddf26342c10363517f975a0e55bf (patch) | |
tree | 68a1e8f4bd863c6b539183c9e5b5dd7bfaa2c8ea /www-apps | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-718396cf45afddf26342c10363517f975a0e55bf.tar.gz gentoo-2-718396cf45afddf26342c10363517f975a0e55bf.tar.bz2 gentoo-2-718396cf45afddf26342c10363517f975a0e55bf.zip |
fix *DEPEND adminserver USE flag handling
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/389-dsgw/389-dsgw-1.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild b/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild index 384e3bba6b1b..d743f8a8a6de 100644 --- a/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild +++ b/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild,v 1.1 2010/07/11 10:20:29 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/389-dsgw/389-dsgw-1.1.5.ebuild,v 1.2 2010/07/11 16:47:49 lxnay Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +adminserver" -DEPEND="adminserv? ( net-nds/389-admin ) +DEPEND="adminserver? ( net-nds/389-admin ) dev-libs/nspr dev-libs/nss dev-libs/cyrus-sasl |