diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 16:53:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 16:53:49 +0000 |
commit | 7d36859e3193afb7bab06c273e1c3b91ab168173 (patch) | |
tree | 7f0141bb6eb0198bd7a6c90774355b5afbefd54f /sci-geosciences/gpsd | |
parent | Stable for ppc, wrt bug #481956 (diff) | |
download | gentoo-2-7d36859e3193afb7bab06c273e1c3b91ab168173.tar.gz gentoo-2-7d36859e3193afb7bab06c273e1c3b91ab168173.tar.bz2 gentoo-2-7d36859e3193afb7bab06c273e1c3b91ab168173.zip |
Stable for ppc, wrt bug #468262
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-geosciences/gpsd')
-rw-r--r-- | sci-geosciences/gpsd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-geosciences/gpsd/ChangeLog b/sci-geosciences/gpsd/ChangeLog index 4f98e0dfff54..b86ef40b9e53 100644 --- a/sci-geosciences/gpsd/ChangeLog +++ b/sci-geosciences/gpsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/gpsd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.109 2013/08/25 17:00:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.110 2013/08/26 16:53:49 ago Exp $ + + 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> gpsd-3.9.ebuild: + Stable for ppc, wrt bug #468262 25 Aug 2013; Mike Gilbert <floppym@gentoo.org> gpsd-9999.ebuild: Fix the live ebuild and convert to distutils-r1. diff --git a/sci-geosciences/gpsd/gpsd-3.9.ebuild b/sci-geosciences/gpsd/gpsd-3.9.ebuild index c36bfc695028..008439831b12 100644 --- a/sci-geosciences/gpsd/gpsd-3.9.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.5 2013/08/24 12:34:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.6 2013/08/26 16:53:49 ago Exp $ EAPI="4" @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="amd64 arm ~ppc ppc64 x86" + KEYWORDS="amd64 arm ppc ppc64 x86" fi DESCRIPTION="GPS daemon and library to support USB/serial GPS devices and various GPS/mapping clients" |