diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-23 19:25:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-23 19:25:32 +0000 |
commit | 1458b3c2db41514c89895f252ecd0e8bbcbdf6ab (patch) | |
tree | 5d6d67b308b777b55530d7ce8ac1ef2e82dc70ca /sci-geosciences | |
parent | Stable for amd64, wrt bug #480466 (diff) | |
download | gentoo-2-1458b3c2db41514c89895f252ecd0e8bbcbdf6ab.tar.gz gentoo-2-1458b3c2db41514c89895f252ecd0e8bbcbdf6ab.tar.bz2 gentoo-2-1458b3c2db41514c89895f252ecd0e8bbcbdf6ab.zip |
Stable for amd64, wrt bug #468262
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-geosciences')
-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 c55d48d3ef40..3b69271d2e20 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.104 2013/05/01 17:51:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.105 2013/08/23 19:25:32 ago Exp $ + + 23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> gpsd-3.9.ebuild: + Stable for amd64, wrt bug #468262 *gpsd-3.9 (01 May 2013) diff --git a/sci-geosciences/gpsd/gpsd-3.9.ebuild b/sci-geosciences/gpsd/gpsd-3.9.ebuild index 997e9c2c08a1..68eadf7fdc75 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.1 2013/05/01 17:51:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-3.9.ebuild,v 1.2 2013/08/23 19:25:32 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" |