diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 20:37:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-10-10 20:37:11 +0000 |
commit | a6757d6bb4ee202cd1395e79e8eb81531338b69e (patch) | |
tree | fccc4acc34227dbd40e9283f7d4975bbd6f6d979 /media-libs | |
parent | Fix call to python_mod_cleanup(). (diff) | |
download | gentoo-2-a6757d6bb4ee202cd1395e79e8eb81531338b69e.tar.gz gentoo-2-a6757d6bb4ee202cd1395e79e8eb81531338b69e.tar.bz2 gentoo-2-a6757d6bb4ee202cd1395e79e8eb81531338b69e.zip |
Stable on alpha, bug #333603
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/hamlib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog index 69b51b26f7b8..9d7b0e982473 100644 --- a/media-libs/hamlib/ChangeLog +++ b/media-libs/hamlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/hamlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.50 2010/09/10 18:47:21 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.51 2010/10/10 20:37:11 klausman Exp $ + + 10 Oct 2010; Tobias Klausmann <klausman@gentoo.org> hamlib-1.2.11.ebuild: + Stable on alpha, bug #333603 *hamlib-1.2.12 (10 Sep 2010) diff --git a/media-libs/hamlib/hamlib-1.2.11.ebuild b/media-libs/hamlib/hamlib-1.2.11.ebuild index efb2ced0e871..da59e980c3eb 100644 --- a/media-libs/hamlib/hamlib-1.2.11.ebuild +++ b/media-libs/hamlib/hamlib-1.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.11.ebuild,v 1.3 2010/08/21 19:21:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.11.ebuild,v 1.4 2010/10/10 20:37:11 klausman Exp $ PYTHON_DEPEND="2" inherit autotools eutils multilib python @@ -11,7 +11,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" |