diff options
author | Brent Baude <ranger@gentoo.org> | 2009-02-15 13:49:37 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-02-15 13:49:37 +0000 |
commit | d73090c0e590542dc9c04e99587b1d41faedb786 (patch) | |
tree | 454ee558e0be14ed4c7e03a56b4a02c401b0cc4c /media-libs/hamlib | |
parent | stable ppc, bug 257184 (diff) | |
download | gentoo-2-d73090c0e590542dc9c04e99587b1d41faedb786.tar.gz gentoo-2-d73090c0e590542dc9c04e99587b1d41faedb786.tar.bz2 gentoo-2-d73090c0e590542dc9c04e99587b1d41faedb786.zip |
stable ppc, bug 257055
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Diffstat (limited to 'media-libs/hamlib')
-rw-r--r-- | media-libs/hamlib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/hamlib/hamlib-1.2.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/hamlib/ChangeLog b/media-libs/hamlib/ChangeLog index 084d1ef6512d..afca6f8f748d 100644 --- a/media-libs/hamlib/ChangeLog +++ b/media-libs/hamlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/hamlib # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.32 2009/02/01 20:38:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.33 2009/02/15 13:49:37 ranger Exp $ + + 15 Feb 2009; Brent Baude <ranger@gentoo.org> hamlib-1.2.8-r1.ebuild: + stable ppc, bug 257055 01 Feb 2009; Markus Meier <maekke@gentoo.org> hamlib-1.2.8-r1.ebuild: amd64/x86 stable, bug #257055 diff --git a/media-libs/hamlib/hamlib-1.2.8-r1.ebuild b/media-libs/hamlib/hamlib-1.2.8-r1.ebuild index fb417d50f0cb..8fd5dc15a4b1 100644 --- a/media-libs/hamlib/hamlib-1.2.8-r1.ebuild +++ b/media-libs/hamlib/hamlib-1.2.8-r1.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.8-r1.ebuild,v 1.4 2009/02/01 20:38:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.8-r1.ebuild,v 1.5 2009/02/15 13:49:37 ranger Exp $ inherit autotools eutils libtool 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" |