diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2021-11-20 17:58:21 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2021-11-20 17:58:21 +0100 |
commit | da785cc2c5128c2cc3bd781e050741d8aa091cf8 (patch) | |
tree | 33bd0cbf678fb0e58a9dd7bbc47782aef0c3343c | |
parent | 14a1077f0ea3f10d6f002016a53714e9f543cddc (diff) | |
download | brancik-overlay-da785cc2c5128c2cc3bd781e050741d8aa091cf8.tar.gz brancik-overlay-da785cc2c5128c2cc3bd781e050741d8aa091cf8.tar.bz2 |
Fix deps in indilib-driver-ahp-xc
-rw-r--r-- | sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-1.9.3.ebuild | 1 | ||||
-rw-r--r-- | sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-1.9.3.ebuild b/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-1.9.3.ebuild index f2528eb..32fc649 100644 --- a/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-1.9.3.ebuild +++ b/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-1.9.3.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0/1" DEPEND="<sci-libs/indilib-9999 + <sci-libs/libahp-xc-9999 dev-embedded/libftdi:1" RDEPEND="${DEPEND}" diff --git a/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-9999.ebuild b/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-9999.ebuild index aafabc8..7af8417 100644 --- a/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-9999.ebuild +++ b/sci-libs/indilib-driver-ahp-xc/indilib-driver-ahp-xc-9999.ebuild @@ -16,6 +16,7 @@ KEYWORDS="" SLOT="0/1" DEPEND="~sci-libs/indilib-9999 + ~sci-libs/libahp-xc-9999 ~sci-libs/libahp-xc-9999" RDEPEND="${DEPEND}" |