diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-28 13:41:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-28 13:41:27 +0000 |
commit | d46f020dac01f69dcbb7480798dcb2e6c8377c15 (patch) | |
tree | 73991046c28c2edf9980bf0dc2806a5f1667e5d2 /net-libs/iax | |
parent | Stable on amd64 wrt bug #342579 (diff) | |
download | historical-d46f020dac01f69dcbb7480798dcb2e6c8377c15.tar.gz historical-d46f020dac01f69dcbb7480798dcb2e6c8377c15.tar.bz2 historical-d46f020dac01f69dcbb7480798dcb2e6c8377c15.zip |
Keyworded for amd64. Bug 342757
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
Diffstat (limited to 'net-libs/iax')
-rw-r--r-- | net-libs/iax/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/iax/iax-0.2.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/iax/ChangeLog b/net-libs/iax/ChangeLog index 0adb8c1d3bc1..4cab32cc8466 100644 --- a/net-libs/iax/ChangeLog +++ b/net-libs/iax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/iax -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/ChangeLog,v 1.9 2009/09/23 18:47:58 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/ChangeLog,v 1.10 2010/10/28 13:41:27 hwoarang Exp $ + + 28 Oct 2010; Markos Chandras <hwoarang@gentoo.org> iax-0.2.2-r1.ebuild: + Keyworded for amd64. Bug 342757 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> iax-0.2.2.ebuild: Remove virtual/libc diff --git a/net-libs/iax/iax-0.2.2-r1.ebuild b/net-libs/iax/iax-0.2.2-r1.ebuild index 4ddbbf6ef971..c33447ebd589 100644 --- a/net-libs/iax/iax-0.2.2-r1.ebuild +++ b/net-libs/iax/iax-0.2.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2-r1.ebuild,v 1.1 2009/05/30 09:35:45 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2-r1.ebuild,v 1.2 2010/10/28 13:41:27 hwoarang Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="http://downloads.asterisk.org/pub/telephony/libiax/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug snomhack" src_prepare() { |