diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:58:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-27 15:58:24 +0000 |
commit | 6f40cfcc0e58b51a4e08d3e7cbbc845396f37e6b (patch) | |
tree | 51ca53b1de71d9264c5e866f5b30dd4586782ac6 /media-libs/hamlib | |
parent | Stable for amd64, wrt bug #400371 (diff) | |
download | gentoo-2-6f40cfcc0e58b51a4e08d3e7cbbc845396f37e6b.tar.gz gentoo-2-6f40cfcc0e58b51a4e08d3e7cbbc845396f37e6b.tar.bz2 gentoo-2-6f40cfcc0e58b51a4e08d3e7cbbc845396f37e6b.zip |
Stable for amd64, wrt bug #400377
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r-- | media-libs/hamlib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog index 2628242895d3..b4b3e0527497 100644 --- a/media-libs/hamlib/ChangeLog +++ b/media-libs/hamlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/hamlib -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.62 2011/12/15 09:01:06 tomjbe Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.63 2012/01/27 15:58:24 ago Exp $ + + 27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> hamlib-1.2.14.ebuild: + Stable for amd64, wrt bug #400377 15 Dec 2011; Thomas Beierlein <tomjbe@gentoo.org> hamlib-1.2.14.ebuild: Use only autotools-utils functions. Bug #392101 diff --git a/media-libs/hamlib/hamlib-1.2.14.ebuild b/media-libs/hamlib/hamlib-1.2.14.ebuild index a08e866286c1..254f509eb94d 100644 --- a/media-libs/hamlib/hamlib-1.2.14.ebuild +++ b/media-libs/hamlib/hamlib-1.2.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.14.ebuild,v 1.2 2011/12/15 09:01:06 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.14.ebuild,v 1.3 2012/01/27 15:58:24 ago Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~x86 ~x86-fbsd" IUSE="doc python tcl" RESTRICT="test" |