summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2020-08-18 13:15:35 +0300
committerMart Raudsepp <leio@gentoo.org>2020-08-18 13:17:08 +0300
commit7156eec31f6ca356c682b6184cd7f589d443c4a2 (patch)
tree13293b68d9b4b699ecf72936b71f254a10396806 /sys-libs
parentgui-libs/tepl: fix DEPEND and HOMEPAGE (diff)
downloadgentoo-7156eec31f6ca356c682b6184cd7f589d443c4a2.tar.gz
gentoo-7156eec31f6ca356c682b6184cd7f589d443c4a2.tar.bz2
gentoo-7156eec31f6ca356c682b6184cd7f589d443c4a2.zip
sys-libs/libosinfo: fix mixed up usb.ids and pci.ids options
Thanks-to: dantrell Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libosinfo/libosinfo-1.8.0-r1.ebuild (renamed from sys-libs/libosinfo/libosinfo-1.8.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libosinfo/libosinfo-1.8.0.ebuild b/sys-libs/libosinfo/libosinfo-1.8.0-r1.ebuild
index 051ad6413e0f..4b5e771089fe 100644
--- a/sys-libs/libosinfo/libosinfo-1.8.0.ebuild
+++ b/sys-libs/libosinfo/libosinfo-1.8.0-r1.ebuild
@@ -53,8 +53,8 @@ src_configure() {
$(meson_feature introspection enable-introspection)
$(meson_use test enable-tests)
$(meson_feature vala enable-vala)
- -Dwith-pci-ids-path=/usr/share/misc/usb.ids
- -Dwith-usb-ids-path=/usr/share/misc/pci.ids
+ -Dwith-pci-ids-path=/usr/share/misc/pci.ids
+ -Dwith-usb-ids-path=/usr/share/misc/usb.ids
)
meson_src_configure
}