diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-28 15:43:54 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-05-28 15:43:54 +0000 |
commit | 98ccda82dbeff64d1d4152c4dc1d8b0866fc798e (patch) | |
tree | 4d73b01fec35efede4561c53cd332d6fd7d76bdb /net-nds/openldap/openldap-2.1.20.ebuild | |
parent | fixed a typo (diff) | |
download | gentoo-2-98ccda82dbeff64d1d4152c4dc1d8b0866fc798e.tar.gz gentoo-2-98ccda82dbeff64d1d4152c4dc1d8b0866fc798e.tar.bz2 gentoo-2-98ccda82dbeff64d1d4152c4dc1d8b0866fc798e.zip |
Change -x86 masks to ~x86 (but still package.masked)
Diffstat (limited to 'net-nds/openldap/openldap-2.1.20.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.1.20.ebuild b/net-nds/openldap/openldap-2.1.20.ebuild index d3725cbcda73..2e97a039bf5c 100644 --- a/net-nds/openldap/openldap-2.1.20.ebuild +++ b/net-nds/openldap/openldap-2.1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.20.ebuild,v 1.1 2003/05/27 21:43:34 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.1.20.ebuild,v 1.2 2003/05/28 15:43:47 g2boojum Exp $ IUSE="ssl tcpd readline ipv6 gdbm sasl kerberos odbc perl slp" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/${P}.tgz" HOMEPAGE="http://www.OpenLDAP.org/" SLOT="0" -KEYWORDS="-x86 -ppc" +KEYWORDS="~x86 -ppc" LICENSE="OPENLDAP" DEPEND=">=sys-libs/ncurses-5.1 |