diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-04 23:17:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-04 23:17:46 +0000 |
commit | bf106f80145b73d339b79db4fd3a02ab37f5173b (patch) | |
tree | dfa79756e0e26963df758a2cf5046cd7070f933d /net-irc | |
parent | Added a &>/dev/null output redirection to the init script. Closes bug #72656.... (diff) | |
download | gentoo-2-bf106f80145b73d339b79db4fd3a02ab37f5173b.tar.gz gentoo-2-bf106f80145b73d339b79db4fd3a02ab37f5173b.tar.bz2 gentoo-2-bf106f80145b73d339b79db4fd3a02ab37f5173b.zip |
Added to ~amd64.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchatosd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog index de50ede3a35c..8d50f8f1b4c1 100644 --- a/net-irc/xchatosd/ChangeLog +++ b/net-irc/xchatosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchatosd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.5 2004/12/04 22:44:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.6 2004/12/04 23:17:46 eradicator Exp $ + + 04 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + xchatosd-5.12.ebuild: + Added to ~amd64. 04 Dec 2004; Sven Wegener <swegener@gentoo.org> +files/5.12-return-values.patch, xchatosd-5.12.ebuild: diff --git a/net-irc/xchatosd/xchatosd-5.12.ebuild b/net-irc/xchatosd/xchatosd-5.12.ebuild index 06dfa228fd2b..d08ce52359d1 100644 --- a/net-irc/xchatosd/xchatosd-5.12.ebuild +++ b/net-irc/xchatosd/xchatosd-5.12.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-irc/xchatosd/xchatosd-5.12.ebuild,v 1.5 2004/12/04 22:44:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.6 2004/12/04 23:17:46 eradicator Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/xchatosd/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="iconv" RDEPEND=">=x11-libs/xosd-2.2.5 |