diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-25 17:12:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-25 17:12:23 +0000 |
commit | c1b83610e4a73fae25e288dbcce18a7c5b422fa2 (patch) | |
tree | 9e46480d0819b4e0af838273c778c2e2a2add98d /net-nds | |
parent | Closing #42615. (diff) | |
download | historical-c1b83610e4a73fae25e288dbcce18a7c5b422fa2.tar.gz historical-c1b83610e4a73fae25e288dbcce18a7c5b422fa2.tar.bz2 historical-c1b83610e4a73fae25e288dbcce18a7c5b422fa2.zip |
Closing #42619.
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 5 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.17.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index 6fbbce850ac6..37e4504f5591 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-nds/ypbind # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.12 2004/02/24 18:02:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.13 2004/02/25 17:12:15 aliz Exp $ + + 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> ypbind-1.17.2.ebuild: + Adding amd64 keyword. Closing #42619. *ypbind-1.17.2 (24 Feb 2004) diff --git a/net-nds/ypbind/ypbind-1.17.2.ebuild b/net-nds/ypbind/ypbind-1.17.2.ebuild index a37f7ac03065..ba941816192d 100644 --- a/net-nds/ypbind/ypbind-1.17.2.ebuild +++ b/net-nds/ypbind/ypbind-1.17.2.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-nds/ypbind/ypbind-1.17.2.ebuild,v 1.1 2004/02/24 18:02:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2.ebuild,v 1.2 2004/02/25 17:12:23 aliz Exp $ IUSE="nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" DEPEND="net-nds/yp-tools net-nds/portmap" RDEPEND="nls? ( sys-devel/gettext )" |