diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-04-10 03:34:12 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-04-10 03:34:12 +0000 |
commit | c7cf9d11cd65145565f323daf4477c343d825fca (patch) | |
tree | 0581fae4264f622eda142eb49d561240b5781556 /net-dns | |
parent | Initial version. Closes bug #47009 (Manifest recommit) (diff) | |
download | gentoo-2-c7cf9d11cd65145565f323daf4477c343d825fca.tar.gz gentoo-2-c7cf9d11cd65145565f323daf4477c343d825fca.tar.bz2 gentoo-2-c7cf9d11cd65145565f323daf4477c343d825fca.zip |
x86 binary, just x86 & amd64 are valid, added -* and removed sparc
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dns2go/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/dns2go/dns2go-1.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-dns/dns2go/ChangeLog b/net-dns/dns2go/ChangeLog index 128d7fe156fb..952885d70257 100644 --- a/net-dns/dns2go/ChangeLog +++ b/net-dns/dns2go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dns2go -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.3 2002/12/13 10:59:52 blizzy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.4 2004/04/10 03:34:12 gustavoz Exp $ + + 10 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> dns2go-1.1-r2.ebuild: + x86 binary, just x86 & amd64 are valid, added -* and removed sparc 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild index ea5157f5e939..6a2f14dbc26e 100644 --- a/net-dns/dns2go/dns2go-1.1-r2.ebuild +++ b/net-dns/dns2go/dns2go-1.1-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-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.11 2004/02/22 15:14:39 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.12 2004/04/10 03:34:12 gustavoz Exp $ DESCRIPTION="Dns2Go Linux Client v1.1" HOMEPAGE="http://www.dns2go.com/" @@ -8,7 +8,7 @@ SRC_URI="http://home.planetinternet.be/~felixdv/d2gsetup.tar.gz" LICENSE="DNS2GO" SLOT="0" -KEYWORDS="x86 sparc amd64" +KEYWORDS="x86 amd64 -*" DEPEND="virtual/glibc" |