diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-30 21:34:14 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-30 21:34:14 +0000 |
commit | 1f02cb7338ecfd58f12621f16314e66eca38d3a8 (patch) | |
tree | db5da4a50674ba7255131fad9fd530548c430d59 /net-irc/mistbot | |
parent | Version bump to 1.8 (diff) | |
download | gentoo-2-1f02cb7338ecfd58f12621f16314e66eca38d3a8.tar.gz gentoo-2-1f02cb7338ecfd58f12621f16314e66eca38d3a8.tar.bz2 gentoo-2-1f02cb7338ecfd58f12621f16314e66eca38d3a8.zip |
Keywording ~sparc
(Portage version: 2.1.3.16)
Diffstat (limited to 'net-irc/mistbot')
-rw-r--r-- | net-irc/mistbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/mistbot/mistbot-0.9.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-irc/mistbot/ChangeLog b/net-irc/mistbot/ChangeLog index 15c6ec3c7314..2e18a21a9788 100644 --- a/net-irc/mistbot/ChangeLog +++ b/net-irc/mistbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/mistbot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.2 2007/10/30 21:02:32 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/ChangeLog,v 1.3 2007/10/30 21:34:14 jokey Exp $ + + 30 Oct 2007; Markus Ullmann <jokey@gentoo.org> mistbot-0.9.ebuild: + Keywording ~sparc 30 Oct 2007; Dawid Węgliński <cla@gentoo.org> mistbot-0.9.ebuild: New dependency and fixing make install stuff diff --git a/net-irc/mistbot/mistbot-0.9.ebuild b/net-irc/mistbot/mistbot-0.9.ebuild index 181204f00b52..929e9126284d 100644 --- a/net-irc/mistbot/mistbot-0.9.ebuild +++ b/net-irc/mistbot/mistbot-0.9.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/mistbot/mistbot-0.9.ebuild,v 1.3 2007/10/30 21:14:40 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/mistbot/mistbot-0.9.ebuild,v 1.4 2007/10/30 21:34:14 jokey Exp $ inherit eutils toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://znc.in/~psychon/mistbot/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" IUSE="doc xml nls debug ssl" RDEPEND="virtual/libc @@ -54,13 +54,11 @@ src_compile() { if use doc; then ebegin "generate documentation" - #make doc || die "make doc failed" emake doc || die "make doc failed" fi } src_install() { - #make install DESTDIR="${D}" || die "make install failed" emake DESTDIR="${D}" install dodoc AUTHORS mistbot.conf |