summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-30 15:10:14 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-30 15:10:14 +0000
commitac8612e761933d03a3703e2b28dd426930a7d038 (patch)
treed5c3759e327f1c8ff4037722f7389f76401dedb0 /net-misc
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-ac8612e761933d03a3703e2b28dd426930a7d038.tar.gz
gentoo-2-ac8612e761933d03a3703e2b28dd426930a7d038.tar.bz2
gentoo-2-ac8612e761933d03a3703e2b28dd426930a7d038.zip
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog7
-rw-r--r--net-misc/wget/wget-1.10.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index f64490f2888b..975c9145ff52 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wget
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.84 2005/12/05 00:02:24 kloeri Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.85 2006/03/30 15:10:14 flameeyes Exp $
+
+ 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> wget-1.10.2.ebuild:
+ Add ~x86-fbsd keyword.
05 Dec 2005; Bryan Østergaard <kloeri@gentoo.org> wget-1.10.2.ebuild:
Stable on alpha.
diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild
index 19c7d20b6a26..5f005397bc1a 100644
--- a/net-misc/wget/wget-1.10.2.ebuild
+++ b/net-misc/wget/wget-1.10.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.12 2005/12/05 00:02:24 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.13 2006/03/30 15:10:14 flameeyes Exp $
inherit eutils flag-o-matic
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="build debug ipv6 nls socks5 ssl static"
RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )