diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-25 16:42:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-25 16:42:55 +0000 |
commit | 7e18a7506d7e060811a966487a213602ddb1ee80 (patch) | |
tree | e67d5d206ca5adfe87c2698eb45e96f18e1a580c /net-irc/bip/bip-0.8.8.ebuild | |
parent | x86 stable wrt bug #388025 (diff) | |
download | gentoo-2-7e18a7506d7e060811a966487a213602ddb1ee80.tar.gz gentoo-2-7e18a7506d7e060811a966487a213602ddb1ee80.tar.bz2 gentoo-2-7e18a7506d7e060811a966487a213602ddb1ee80.zip |
x86 stable wrt bug #388285
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-irc/bip/bip-0.8.8.ebuild')
-rw-r--r-- | net-irc/bip/bip-0.8.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/bip/bip-0.8.8.ebuild b/net-irc/bip/bip-0.8.8.ebuild index 769198b40f97..58a93ce867f9 100644 --- a/net-irc/bip/bip-0.8.8.ebuild +++ b/net-irc/bip/bip-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.8.ebuild,v 1.2 2011/10/24 19:29:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bip/bip-0.8.8.ebuild,v 1.3 2011/10/25 16:42:55 phajdan.jr Exp $ EAPI="2" inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.duckcorp.org/bip/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug freenode noctcp ssl vim-syntax oidentd" DEPEND="ssl? ( dev-libs/openssl )" |