diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-07-11 00:30:08 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-07-11 00:30:08 +0000 |
commit | cbcfa6835bb7c32f1540630220409b7b8c2e4c6a (patch) | |
tree | 40d258c89f2da7ee4e6168e402c80cb226cb0b3d /media-libs/hamlib | |
parent | Marked stable on AMD64 for bug #275982; tested on a dual Opteron 2354. (diff) | |
download | gentoo-2-cbcfa6835bb7c32f1540630220409b7b8c2e4c6a.tar.gz gentoo-2-cbcfa6835bb7c32f1540630220409b7b8c2e4c6a.tar.bz2 gentoo-2-cbcfa6835bb7c32f1540630220409b7b8c2e4c6a.zip |
Marked stable on AMD64 for bug #276423; tested on a dual Opteron 2354 using dummy backend, no hardware to test with.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r-- | media-libs/hamlib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog index f216cfb6c495..f98620bbfbbe 100644 --- a/media-libs/hamlib/ChangeLog +++ b/media-libs/hamlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/hamlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.36 2009/07/08 10:48:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.37 2009/07/11 00:30:08 chainsaw Exp $ + + 11 Jul 2009; <chainsaw@gentoo.org> hamlib-1.2.9.ebuild: + Marked stable on AMD64 for bug #276423; tested on a dual Opteron 2354 + using dummy backend, no hardware to test with. 08 Jul 2009; Christian Faulhammer <fauli@gentoo.org> hamlib-1.2.9.ebuild: stable x86, bug 276423 diff --git a/media-libs/hamlib/hamlib-1.2.9.ebuild b/media-libs/hamlib/hamlib-1.2.9.ebuild index 887f098668f2..7f50f6597082 100644 --- a/media-libs/hamlib/hamlib-1.2.9.ebuild +++ b/media-libs/hamlib/hamlib-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.9.ebuild,v 1.2 2009/07/08 10:48:50 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.9.ebuild,v 1.3 2009/07/11 00:30:08 chainsaw Exp $ inherit autotools eutils multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ppc x86 ~x86-fbsd" IUSE="doc python tcl" RESTRICT="test" |