diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-06-12 22:16:23 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-06-12 22:16:23 +0000 |
commit | 674f29ab440962c7e730b077f22ba73646f9c9c2 (patch) | |
tree | f3fedcf395e8abcfef0c23827d204d0355a11a84 /net-irc | |
parent | Stable on x86 wrt bug #181754 (diff) | |
download | gentoo-2-674f29ab440962c7e730b077f22ba73646f9c9c2.tar.gz gentoo-2-674f29ab440962c7e730b077f22ba73646f9c9c2.tar.bz2 gentoo-2-674f29ab440962c7e730b077f22ba73646f9c9c2.zip |
Stable on arm wrt bug #181754
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/bnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/bnc/bnc-2.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/bnc/ChangeLog b/net-irc/bnc/ChangeLog index a09c5a4c154a..11e8563f253d 100644 --- a/net-irc/bnc/ChangeLog +++ b/net-irc/bnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/bnc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.28 2007/06/12 22:14:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/ChangeLog,v 1.29 2007/06/12 22:16:23 jokey Exp $ + + 12 Jun 2007; Markus Ullmann <jokey@gentoo.org> bnc-2.9.4.ebuild: + Stable on arm wrt bug #181754 12 Jun 2007; Markus Ullmann <jokey@gentoo.org> bnc-2.9.4.ebuild: Stable on x86 wrt bug #181754 diff --git a/net-irc/bnc/bnc-2.9.4.ebuild b/net-irc/bnc/bnc-2.9.4.ebuild index 29f0170be103..b97492fbf9f4 100644 --- a/net-irc/bnc/bnc-2.9.4.ebuild +++ b/net-irc/bnc/bnc-2.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.9.4.ebuild,v 1.2 2007/06/12 22:14:52 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.9.4.ebuild,v 1.3 2007/06/12 22:16:23 jokey Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 arm ~ppc ~sparc x86" IUSE="ssl" DEPEND="ssl? ( dev-libs/openssl )" |