diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-13 06:07:09 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-13 06:07:09 +0000 |
commit | 107931801f07b62c76112de62f949bb0f794f866 (patch) | |
tree | 36bf6d0e8c6e2030c70ee1f60c3efc3d31e2a25a /net-misc/kphone | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-107931801f07b62c76112de62f949bb0f794f866.tar.gz gentoo-2-107931801f07b62c76112de62f949bb0f794f866.tar.bz2 gentoo-2-107931801f07b62c76112de62f949bb0f794f866.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-misc/kphone')
-rw-r--r-- | net-misc/kphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/kphone/kphone-3.11.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/kphone/ChangeLog b/net-misc/kphone/ChangeLog index 83ef6c949e2a..c8fec47170e3 100644 --- a/net-misc/kphone/ChangeLog +++ b/net-misc/kphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/kphone # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.11 2004/03/11 23:49:13 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/ChangeLog,v 1.12 2004/03/13 06:03:17 weeve Exp $ + + 12 Mar 2004; Jason Wever <weeve@gentoo.org> kphone-3.11.ebuild: + Added ~sparc keyword. *kphone-4.0.1 (12 Mar 2004) diff --git a/net-misc/kphone/kphone-3.11.ebuild b/net-misc/kphone/kphone-3.11.ebuild index 47624a3f4948..1f4a7cc0cc76 100644 --- a/net-misc/kphone/kphone-3.11.ebuild +++ b/net-misc/kphone/kphone-3.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.11.ebuild,v 1.2 2003/07/22 20:14:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-3.11.ebuild,v 1.3 2004/03/13 06:03:17 weeve Exp $ inherit kde-base @@ -9,7 +9,7 @@ LICENSE="GPL-2" DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet." SRC_URI="http://www.wirlab.net/kphone/${P}.tgz" HOMEPAGE="http://www.wirlab.net/kphone/index.html" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" # Fix for our kde location myconf="$myconf --with-extra-libs=$KDEDIR/lib" |