diff options
author | Sam James <sam@gentoo.org> | 2021-10-24 23:33:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-24 23:33:53 +0000 |
commit | dff431c4808b0c312be12924a83a7e4381da6140 (patch) | |
tree | 327b447188aa5ba740085c5a24d9c2cf1af460e2 /sci-geosciences | |
parent | app-office/mdbtools: add 1.0.0 (diff) | |
download | gentoo-dff431c4808b0c312be12924a83a7e4381da6140.tar.gz gentoo-dff431c4808b0c312be12924a83a7e4381da6140.tar.bz2 gentoo-dff431c4808b0c312be12924a83a7e4381da6140.zip |
sci-geosciences/gpsbabel: use libusb:1, drop old expat dependency
- Upstream are no longer using libexpat
- Now uses libusb 1.0, not 0.x
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild (renamed from sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild) | 3 | ||||
-rw-r--r-- | sci-geosciences/gpsbabel/gpsbabel-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild index d49758284666..4da02d15793a 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.7.0.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.7.0-r1.ebuild @@ -28,11 +28,10 @@ SLOT="0" IUSE="doc" DEPEND=" - dev-libs/expat dev-qt/qtcore:5 sci-libs/shapelib:= sys-libs/zlib - virtual/libusb:0 + virtual/libusb:1 " BDEPEND=" virtual/pkgconfig diff --git a/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild b/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild index d49758284666..4da02d15793a 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-9999.ebuild @@ -28,11 +28,10 @@ SLOT="0" IUSE="doc" DEPEND=" - dev-libs/expat dev-qt/qtcore:5 sci-libs/shapelib:= sys-libs/zlib - virtual/libusb:0 + virtual/libusb:1 " BDEPEND=" virtual/pkgconfig |