summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-08-14 23:37:51 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-08-14 23:37:51 +0000
commit250ac1c1b13ac872ebcb616aa6a353256b6ce6f2 (patch)
tree309bdf81f0f1fa8c24b45c8ea866a645da6990e8 /net-irc
parentKVoctrain temp file vulnerability, #102151 (diff)
downloadgentoo-2-250ac1c1b13ac872ebcb616aa6a353256b6ce6f2.tar.gz
gentoo-2-250ac1c1b13ac872ebcb616aa6a353256b6ce6f2.tar.bz2
gentoo-2-250ac1c1b13ac872ebcb616aa6a353256b6ce6f2.zip
Added ~amd64 keywords.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/unrealircd/ChangeLog10
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild4
2 files changed, 11 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 81db6a619dd1..38574cd9c0cc 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,11 +1,19 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.35 2005/08/14 20:32:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.36 2005/08/14 23:37:51 metalgod Exp $
+
+ 15 Aug 2005; Luis Medinas <metalgod@gentoo.org>
+ unrealircd-3.2.3-r1.ebuild:
+ Added ~amd64 keywords.
14 Aug 2005; Sven Wegener <swegener@gentoo.org>
unrealircd-3.2.3-r1.ebuild:
Make ebuild multilib friendly.
+ 15 Aug 2005; Luis Medinas <metalgod@gentoo.org>
+ unrealircd-3.2.3-r1.ebuild:
+ Added ~amd64 keywords.
+
29 Jun 2005; Sven Wegener <swegener@gentoo.org>
unrealircd-3.2.3-r1.ebuild:
Updated the curl check to also check for the ipv6 USE flag.
diff --git a/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild
index 97e68c646f28..f80b0923acab 100644
--- a/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild,v 1.4 2005/08/14 20:32:12 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.3-r1.ebuild,v 1.5 2005/08/14 23:37:51 metalgod Exp $
inherit eutils ssl-cert versionator multilib
@@ -14,7 +14,7 @@ SRC_URI="http://unrealircd.funny4chat.de/downloads/${MY_P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="hub ipv6 ssl zlib curl"
RDEPEND="ssl? ( dev-libs/openssl )