diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-04 08:29:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-04 08:29:56 +0000 |
commit | d491ca940eb9e82d9cf5f7ef78c2b6a6380d94a3 (patch) | |
tree | b5704476abf40d10d824cb15da40808b2d5d26f7 /www-client | |
parent | Add elibc_FreeBSD to IUSE, and add missing dependencies on some other docbook... (diff) | |
download | gentoo-2-d491ca940eb9e82d9cf5f7ef78c2b6a6380d94a3.tar.gz gentoo-2-d491ca940eb9e82d9cf5f7ef78c2b6a6380d94a3.tar.bz2 gentoo-2-d491ca940eb9e82d9cf5f7ef78c2b6a6380d94a3.zip |
reverting to ~amd64 as there are still critical bugs
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/urlgfe/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/urlgfe/urlgfe-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/urlgfe/ChangeLog b/www-client/urlgfe/ChangeLog index d881e99ce06b..b56acf24e820 100644 --- a/www-client/urlgfe/ChangeLog +++ b/www-client/urlgfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/urlgfe # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.12 2006/10/03 08:40:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/ChangeLog,v 1.13 2006/10/04 08:29:56 blubb Exp $ + + 04 Oct 2006; Simon Stelling <blubb@gentoo.org> urlgfe-1.0.ebuild: + reverting to ~amd64 as there are still critical bugs 03 Oct 2006; Simon Stelling <blubb@gentoo.org> urlgfe-1.0.ebuild: stable on amd64 diff --git a/www-client/urlgfe/urlgfe-1.0.ebuild b/www-client/urlgfe/urlgfe-1.0.ebuild index 9cec8a013eaa..663ec9de6771 100644 --- a/www-client/urlgfe/urlgfe-1.0.ebuild +++ b/www-client/urlgfe/urlgfe-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/urlgfe-1.0.ebuild,v 1.4 2006/10/03 08:40:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/urlgfe/urlgfe-1.0.ebuild,v 1.5 2006/10/04 08:29:56 blubb Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="nls" RDEPEND=">=net-misc/curl-7.10 |