diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-24 06:38:56 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-24 06:38:56 +0000 |
commit | 1eb2f5931e41dcd36962aa2e3b18698cdf77600e (patch) | |
tree | 3e32b7a8c2b388f442d0d48b0e6185d94a6882b8 | |
parent | Seems people still have outdated gcc versions installed which break with GCC_... (diff) | |
download | gentoo-2-1eb2f5931e41dcd36962aa2e3b18698cdf77600e.tar.gz gentoo-2-1eb2f5931e41dcd36962aa2e3b18698cdf77600e.tar.bz2 gentoo-2-1eb2f5931e41dcd36962aa2e3b18698cdf77600e.zip |
Keywords ~amd64. Removed restriction to irssi-0.8.9 since it seems to work as a plugin for 0.8.10 in my testing. You can flame me in a bug if it does not.
-rw-r--r-- | net-im/silc-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net-im/silc-plugin/ChangeLog b/net-im/silc-plugin/ChangeLog index 72bdfc8e4bce..7aca58f9b71c 100644 --- a/net-im/silc-plugin/ChangeLog +++ b/net-im/silc-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/silc-plugin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.10 2004/11/30 13:36:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.11 2004/12/24 06:38:56 absinthe Exp $ + + 24 Dec 2004; Dylan Carlson <absinthe@gentoo.org> + silc-plugin-1.0.1-r2.ebuild: + Keywords ~amd64. Removed restriction to irssi-0.8.9 since it seems to work + as a plugin for 0.8.10 in my testing. You can flame me in a bug if it does + not. 30 Nov 2004; Andrej Kacian <ticho@gentoo.org> silc-plugin-1.0.1-r1.ebuild, silc-plugin-1.0.1-r2.ebuild, silc-plugin-1.0.1.ebuild: diff --git a/net-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild b/net-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild index 2ad354315221..7898c8b98b35 100644 --- a/net-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild +++ b/net-im/silc-plugin/silc-plugin-1.0.1-r2.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-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild,v 1.2 2004/11/30 13:36:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.0.1-r2.ebuild,v 1.3 2004/12/24 06:38:56 absinthe Exp $ inherit eutils @@ -14,12 +14,12 @@ SRC_URI="http://irssi.org/files/irssi-${IRSSI_PV}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="debug pic" # All necessary dependencies are pulled in by irssi. DEPEND="virtual/libc" -RDEPEND="~net-irc/irssi-0.8.9 +RDEPEND=">=net-irc/irssi-0.8.9 >=dev-perl/MIME-tools-5.413" S_SILC="${S}/../silc-client-${PV}" |