summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-08 23:08:50 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-08 23:08:50 +0000
commit77a34b2903552a6996596e42592ffbc06d807d9f (patch)
tree353fa654c97a9312f6a8ce616904ceba2d1cf774 /net-irc
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-77a34b2903552a6996596e42592ffbc06d807d9f.tar.gz
gentoo-2-77a34b2903552a6996596e42592ffbc06d807d9f.tar.bz2
gentoo-2-77a34b2903552a6996596e42592ffbc06d807d9f.zip
Marked stable on x86.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ultimate/ChangeLog5
-rw-r--r--net-irc/ultimate/ultimate-2.8.7.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/ultimate/ChangeLog b/net-irc/ultimate/ChangeLog
index 56985b90a4a0..7bede3236c55 100644
--- a/net-irc/ultimate/ChangeLog
+++ b/net-irc/ultimate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ultimate
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.7 2004/07/01 22:23:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ChangeLog,v 1.8 2004/07/08 23:08:50 swegener Exp $
+
+ 09 Jul 2004; Sven Wegener <swegener@gentoo.org> ultimate-2.8.7.ebuild:
+ Marked stable on x86.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
ultimate-2.8.7.ebuild:
diff --git a/net-irc/ultimate/ultimate-2.8.7.ebuild b/net-irc/ultimate/ultimate-2.8.7.ebuild
index 956e4f6c8e29..9d127a784626 100644
--- a/net-irc/ultimate/ultimate-2.8.7.ebuild
+++ b/net-irc/ultimate/ultimate-2.8.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.7.ebuild,v 1.7 2004/07/01 22:23:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ultimate/ultimate-2.8.7.ebuild,v 1.8 2004/07/08 23:08:50 swegener Exp $
inherit eutils
@@ -9,13 +9,14 @@ DESCRIPTION="And IRCd server based on DALnet's DreamForge IRCd."
SRC_URI="mirror://sourceforge/ultimate/${MY_P}.tar.gz"
HOMEPAGE="http://www.shadow-realm.org"
-KEYWORDS="~x86 ~sparc ~ppc"
+KEYWORDS="x86 ~sparc ~ppc"
SLOT="0"
LICENSE="GPL-2"
IUSE="debug"
-DEPEND="virtual/libc"
-RDEPEND=">=sys-apps/sed-4"
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ >=sys-apps/sed-4"
S="${WORKDIR}/${MY_P}"