diff options
author | 2013-07-27 20:11:11 +0000 | |
---|---|---|
committer | 2013-07-27 20:11:11 +0000 | |
commit | c8877715094417bcfd596fb74cf1a0dd34218394 (patch) | |
tree | bc8ebc9941d06262154fd8195ac6944b0a8cf774 /net-irc/weechat | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-c8877715094417bcfd596fb74cf1a0dd34218394.tar.gz gentoo-2-c8877715094417bcfd596fb74cf1a0dd34218394.tar.bz2 gentoo-2-c8877715094417bcfd596fb74cf1a0dd34218394.zip |
keyword ~amd64-fbsd thanks to Yuta SATOH, bug #477644
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'net-irc/weechat')
-rw-r--r-- | net-irc/weechat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 04f88d4374d2..b0baa130f163 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.133 2013/07/08 08:57:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.134 2013/07/27 20:11:11 aballier Exp $ + + 27 Jul 2013; Alexis Ballier <aballier@gentoo.org> weechat-0.4.1.ebuild, + weechat-9999.ebuild: + keyword ~amd64-fbsd thanks to Yuta SATOH, bug #477644 08 Jul 2013; Tomáš Chvátal <scarabeus@gentoo.org> -files/weechat-icon.patch, -weechat-0.4.0.ebuild, weechat-0.4.1.ebuild: diff --git a/net-irc/weechat/weechat-0.4.1.ebuild b/net-irc/weechat/weechat-0.4.1.ebuild index 9c60d8675265..b81833aaf7e3 100644 --- a/net-irc/weechat/weechat-0.4.1.ebuild +++ b/net-irc/weechat/weechat-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.1.ebuild,v 1.2 2013/07/08 08:57:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.1.ebuild,v 1.3 2013/07/27 20:11:11 aballier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then KEYWORDS="" else - KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi NETWORKS="+irc" diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 44a0cb39384c..309649078f83 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.28 2013/05/14 09:33:56 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.29 2013/07/27 20:11:11 aballier Exp $ EAPI=5 @@ -19,7 +19,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-linux ~amd64-linux" + KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi NETWORKS="+irc" |