diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 22:55:33 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 22:55:33 +0000 |
commit | 8d9f092550588433909e542c92b76d092d45896b (patch) | |
tree | f55b728b29b5467875aa3289fed059f4e793b9ca /net-irc/bnc | |
parent | New release. Changes include highlighting for recognised function names (eg s... (diff) | |
download | gentoo-2-8d9f092550588433909e542c92b76d092d45896b.tar.gz gentoo-2-8d9f092550588433909e542c92b76d092d45896b.tar.bz2 gentoo-2-8d9f092550588433909e542c92b76d092d45896b.zip |
Stable on alpha, bug 66912.
Diffstat (limited to 'net-irc/bnc')
-rw-r--r-- | net-irc/bnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.8.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog index 66ea68d28272..63425fd44ae7 100644 --- a/net-irc/bnc/ChangeLog +++ b/net-irc/bnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bnc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.14 2004/10/09 21:16:29 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.15 2004/10/09 22:55:33 kloeri Exp $ + + 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> bnc-2.8.9.ebuild: + Stable on alpha, bug 66912. 09 Oct 2004; Jason Wever <weeve@gentoo.org> bnc-2.8.9.ebuild: Stable on sparc wrt security bug #66912. diff --git a/net-irc/bnc/bnc-2.8.9.ebuild b/net-irc/bnc/bnc-2.8.9.ebuild index 37157e7d03a6..2532ed8babbe 100644 --- a/net-irc/bnc/bnc-2.8.9.ebuild +++ b/net-irc/bnc/bnc-2.8.9.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/bnc/bnc-2.8.9.ebuild,v 1.3 2004/10/09 21:37:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.8.9.ebuild,v 1.4 2004/10/09 22:55:33 kloeri Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha ~arm" +KEYWORDS="x86 ppc sparc alpha ~arm" IUSE="" DEPEND="virtual/libc" |