summaryrefslogtreecommitdiff
path: root/sci-astronomy
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:17:41 +0200
committerCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:17:41 +0200
commit264ac5559c732346121f4ce256ce71bd26eca099 (patch)
treee589af0873b0cf7a473bdb465332b5a2c630e559 /sci-astronomy
parentda1a7d4b8a1f27c9de827e5787339ccb1ea923ea (diff)
downloadbrancik-overlay-264ac5559c732346121f4ce256ce71bd26eca099.tar.gz
brancik-overlay-264ac5559c732346121f4ce256ce71bd26eca099.tar.bz2
Added USE flags to sci-astronomy/qastrocam-g2.
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/qastrocam-g2/Manifest2
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild12
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-astronomy/qastrocam-g2/Manifest b/sci-astronomy/qastrocam-g2/Manifest
index b20788d..dfce31b 100644
--- a/sci-astronomy/qastrocam-g2/Manifest
+++ b/sci-astronomy/qastrocam-g2/Manifest
@@ -1 +1 @@
-EBUILD qastrocam-g2-9999.ebuild 576 SHA256 daf7cdb9cfc0814d984a988d49144767f5edfe76cafe045b5d1f41cbe012e71a SHA512 80e1095f96bb2d7be51e878680f996cd6dca1e0eb2a268c11dc967bcd5f3425c72c0268a5b9631031a72dd61fd9808cdfd68d8fc6d6e3d4e1c28769648a5bdec WHIRLPOOL a20a2523666d086b22542ddd19db30bad437e74010cb8629e0dfb23d0f39640075579754d1b3bd931310df1be0ac8a6daa0295851abf727532ae76210ee637cf
+EBUILD qastrocam-g2-9999.ebuild 666 SHA256 700c661e37d7b2acd47537a69dbe5d7c6f45140c75317eae244836d63eb252b0 SHA512 2a8c0cc19b0813a08ef1008905646552918376ca84ac822fcaca6f1179c5d639438c3045c90cf13e83159b54e3731f26f1cda58d6900c9e4b1378b7fc179bb33 WHIRLPOOL de9655000e6c3b9563e5097a2ec655b6cbe6f378f2096903520a8bea6de0eed5815e8b79dfd9f367233a5e0fc7e1af323475a447630febde3f8e081cc5550987
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
index 5377ed5..83acf47 100644
--- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
+++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
@@ -15,11 +15,13 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-DEPEND="virtual/libusb\
- sci-libs/cfitsio
- virtual/jpeg
- virtual/ffmpeg
- media-libs/libsdl"
+IUSE="ffmpeg fits jpeg usb sdl"
+
+DEPEND="usb? ( virtual/libusb ) \
+ fits? ( sci-libs/cfitsio ) \
+ jpeg? ( virtual/jpeg ) \
+ ffmpeg? ( virtual/ffmpeg ) \
+ sdl? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"