summaryrefslogtreecommitdiff
path: root/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:22:19 +0200
committerCtibor <ctibor.brancik@seznam.cz>2013-09-19 22:22:19 +0200
commit4268b0ee98a9882bae12ac2778b15ab98bb40ab1 (patch)
tree485f3e491ef9b264548edec7a19a1feb1cd990d1 /sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
parent264ac5559c732346121f4ce256ce71bd26eca099 (diff)
downloadbrancik-overlay-4268b0ee98a9882bae12ac2778b15ab98bb40ab1.tar.gz
brancik-overlay-4268b0ee98a9882bae12ac2778b15ab98bb40ab1.tar.bz2
Removed qt4 eclass and added QT4 dependecies to sci-astronomy/qastrocam-g2 ebuild.
Diffstat (limited to 'sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild')
-rw-r--r--sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
index 83acf47..b29a3c8 100644
--- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
+++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit subversion qt4-r2 cmake-utils eutils
+inherit subversion cmake-utils eutils
DESCRIPTION="Astrophoto imaging and guiding software"
HOMEPAGE="http://sourceforge.net/projects/qastrocam-g2"
@@ -17,11 +17,13 @@ KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg fits jpeg usb sdl"
-DEPEND="usb? ( virtual/libusb ) \
- fits? ( sci-libs/cfitsio ) \
- jpeg? ( virtual/jpeg ) \
- ffmpeg? ( virtual/ffmpeg ) \
- sdl? ( media-libs/libsdl )"
+DEPEND="dev-qt/qt-core \
+ dev-qt/qt-gui \
+ usb? ( virtual/libusb ) \
+ fits? ( sci-libs/cfitsio ) \
+ jpeg? ( virtual/jpeg ) \
+ ffmpeg? ( virtual/ffmpeg ) \
+ sdl? ( media-libs/libsdl )"
RDEPEND="${DEPEND}"