diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-18 07:09:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-18 07:09:17 +0000 |
commit | c9fbc35c6c6009b3b6ea865af1fc40eea4bb8983 (patch) | |
tree | 3236a3169568ea462dd5619f6643f8aafe3a9b5d /sci-geosciences | |
parent | Bump a new release, for testing. (diff) | |
download | gentoo-2-c9fbc35c6c6009b3b6ea865af1fc40eea4bb8983.tar.gz gentoo-2-c9fbc35c6c6009b3b6ea865af1fc40eea4bb8983.tar.bz2 gentoo-2-c9fbc35c6c6009b3b6ea865af1fc40eea4bb8983.zip |
Add sys-devel/bc as test dep. Fixes bug #363203.
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsd/ChangeLog | 5 | ||||
-rw-r--r-- | sci-geosciences/gpsd/gpsd-2.96-r1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-geosciences/gpsd/ChangeLog b/sci-geosciences/gpsd/ChangeLog index d9463e4e0249..59e2246cc41f 100644 --- a/sci-geosciences/gpsd/ChangeLog +++ b/sci-geosciences/gpsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-geosciences/gpsd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.72 2011/06/17 11:12:23 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/ChangeLog,v 1.73 2011/07/18 07:09:17 scarabeus Exp $ + + 18 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> gpsd-2.96-r1.ebuild: + Add sys-devel/bc as test dep. Fixes bug #363203. 17 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> -files/40-usb-serial.rules, -files/99-gpsd-usb.rules, -gpsd-2.32.ebuild, diff --git a/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild b/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild index 4b5f984e662e..4b66b789d64e 100644 --- a/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild +++ b/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild,v 1.1 2011/06/17 09:39:38 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.96-r1.ebuild,v 1.2 2011/07/18 07:09:17 scarabeus Exp $ EAPI=3 @@ -24,7 +24,7 @@ for protocol in ${GPSD_PROTOCOLS}; do IUSE_GPSD_PROTOCOLS+=" gpsd_protocols_${protocol}" done -IUSE="${IUSE_GPSD_PROTOCOLS} dbus ipv6 ntp qt4 udev" +IUSE="${IUSE_GPSD_PROTOCOLS} dbus ipv6 ntp qt4 test udev" # those harddeps are de-facto automagicall RDEPEND=" @@ -40,7 +40,8 @@ RDEPEND=" DEPEND="${RDEPEND} app-text/xmlto - =app-text/docbook-xml-dtd-4.1*" + =app-text/docbook-xml-dtd-4.1* + test? ( sys-devel/bc )" PATCHES=( "${FILESDIR}/2.95-disable-strip.patch" |