diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2005-03-10 11:56:08 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2005-03-10 11:56:08 +0000 |
commit | f1fce4910371fac42561d2e4bcde3a438ce14973 (patch) | |
tree | 2bfef445b8817653deb0ce8707ddeb7fe66ea376 /net-fs | |
parent | -r1 has a 1 byte patch. Marking stable on x86. (diff) | |
download | gentoo-2-f1fce4910371fac42561d2e4bcde3a438ce14973.tar.gz gentoo-2-f1fce4910371fac42561d2e4bcde3a438ce14973.tar.bz2 gentoo-2-f1fce4910371fac42561d2e4bcde3a438ce14973.zip |
mark stable on x86.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/ccxstream/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/ccxstream/ccxstream-1.0.15.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-fs/ccxstream/ChangeLog b/net-fs/ccxstream/ChangeLog index 46db8a537b24..830a8d4b212c 100644 --- a/net-fs/ccxstream/ChangeLog +++ b/net-fs/ccxstream/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/ccxstream -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.2 2004/08/06 11:02:24 chrb Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ChangeLog,v 1.3 2005/03/10 11:56:08 chrb Exp $ + + 10 Mar 2005; Chris Bainbridge <chrb@gentoo.org> ccxstream-1.0.15.ebuild: + mark stable on x86. 06 Aug 2004; Chris Bainbridge <chrb@gentoo.org> ccxstream-1.0.15.ebuild: added inherit diff --git a/net-fs/ccxstream/ccxstream-1.0.15.ebuild b/net-fs/ccxstream/ccxstream-1.0.15.ebuild index 36f1d518f9df..b50e1b72e1c0 100644 --- a/net-fs/ccxstream/ccxstream-1.0.15.ebuild +++ b/net-fs/ccxstream/ccxstream-1.0.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ccxstream-1.0.15.ebuild,v 1.3 2004/10/03 21:45:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/ccxstream/ccxstream-1.0.15.ebuild,v 1.4 2005/03/10 11:56:08 chrb Exp $ inherit eutils @@ -10,9 +10,10 @@ SRC_URI="mirror://sourceforge/xbplayer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="sys-libs/ncurses sys-libs/readline" +IUSE="" src_compile() { epatch ${FILESDIR}/ccxstream-termcap.patch |