diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-03-26 14:46:53 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-03-26 14:46:53 +0000 |
commit | 097bfb90d9befd55d1c9ce13c9e8650bcbd86a57 (patch) | |
tree | fb82d748072a3f1b9cb4b36ef2a43e0cad867a46 /net-irc/xchat-xsys | |
parent | Remove old gtk1 versions (diff) | |
download | gentoo-2-097bfb90d9befd55d1c9ce13c9e8650bcbd86a57.tar.gz gentoo-2-097bfb90d9befd55d1c9ce13c9e8650bcbd86a57.tar.bz2 gentoo-2-097bfb90d9befd55d1c9ce13c9e8650bcbd86a57.zip |
Mark stable on AMD64. Tested on a Core2 Duo laptop.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc/xchat-xsys')
-rw-r--r-- | net-irc/xchat-xsys/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/xchat-xsys/ChangeLog b/net-irc/xchat-xsys/ChangeLog index 81daecc94630..f8d966be1fc3 100644 --- a/net-irc/xchat-xsys/ChangeLog +++ b/net-irc/xchat-xsys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat-xsys # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.65 2008/03/24 15:36:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/ChangeLog,v 1.66 2008/03/26 14:46:53 chainsaw Exp $ + + 26 Mar 2008; Tony Vroon <chainsaw@gentoo.org> xchat-xsys-2.2.0-r1.ebuild: + Mark stable on AMD64. Tested on a Core2 Duo laptop. 24 Mar 2008; Raúl Porcel <armin76@gentoo.org> xchat-xsys-2.2.0-r1.ebuild: x86 stable diff --git a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild index b1dc18e0f51c..63d9edac280e 100644 --- a/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild +++ b/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild,v 1.2 2008/03/24 15:36:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-xsys/xchat-xsys-2.2.0-r1.ebuild,v 1.3 2008/03/26 14:46:53 chainsaw Exp $ inherit toolchain-funcs eutils @@ -13,7 +13,7 @@ IUSE="audacious" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86" DEPEND="|| ( >=net-irc/xchat-2.4.0 @@ -24,7 +24,7 @@ DEPEND="|| ( audacious? ( >=media-sound/audacious-1.4.0 )" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" if ! useq audacious; then epatch "${FILESDIR}/${PV}-no-audacious.patch" |