diff options
author | 2012-06-08 12:15:00 +0000 | |
---|---|---|
committer | 2012-06-08 12:15:00 +0000 | |
commit | fe0dade6f328ef220d5956a021b2e4389ff51837 (patch) | |
tree | c20b2484dc531aa17e5491e339ee7cab085a2dda /media-libs/hamlib | |
parent | x86 stable wrt bug #419319 (diff) | |
download | gentoo-2-fe0dade6f328ef220d5956a021b2e4389ff51837.tar.gz gentoo-2-fe0dade6f328ef220d5956a021b2e4389ff51837.tar.bz2 gentoo-2-fe0dade6f328ef220d5956a021b2e4389ff51837.zip |
x86 stable wrt bug #400377
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r-- | media-libs/hamlib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog index a554cbfef1e8..338c874b27d7 100644 --- a/media-libs/hamlib/ChangeLog +++ b/media-libs/hamlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/hamlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.67 2012/05/31 08:26:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.68 2012/06/08 12:15:00 phajdan.jr Exp $ + + 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hamlib-1.2.15.ebuild: + x86 stable wrt bug #400377 31 May 2012; Agostino Sarubbo <ago@gentoo.org> hamlib-1.2.15.ebuild: Stable for amd64, wrt bug #400377 diff --git a/media-libs/hamlib/hamlib-1.2.15.ebuild b/media-libs/hamlib/hamlib-1.2.15.ebuild index fbb64a205760..58819883411b 100644 --- a/media-libs/hamlib/hamlib-1.2.15.ebuild +++ b/media-libs/hamlib/hamlib-1.2.15.ebuild @@ -1,6 +1,6 @@ # 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.15.ebuild,v 1.3 2012/05/31 08:26:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.15.ebuild,v 1.4 2012/06/08 12:15:00 phajdan.jr 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" |