diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 19:27:49 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-31 19:27:49 +0100 |
commit | 2ec543db5c4acd79fe1431fbdae520b03c65fb86 (patch) | |
tree | 5cc9f4a07c5cd20cfdbcb22c2759a660df0798aa /sci-astronomy/qastrocam-g2 | |
parent | be82ba1228b1d1924a291424648980a2210b5024 (diff) | |
download | brancik-overlay-2ec543db5c4acd79fe1431fbdae520b03c65fb86.tar.gz brancik-overlay-2ec543db5c4acd79fe1431fbdae520b03c65fb86.tar.bz2 |
Made changes to practicaly all ebuilds. Now they should be perfectly according to gentoo guidelines.
Diffstat (limited to 'sci-astronomy/qastrocam-g2')
-rw-r--r-- | sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild index 2a28dab..42f6c88 100644 --- a/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild +++ b/sci-astronomy/qastrocam-g2/qastrocam-g2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,19 +20,18 @@ IUSE="ffmpeg fits jpeg usb sdl qhy" DEPEND="dev-qt/qtcore dev-qt/qtgui qhy? ( - || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 ) - usb? ( virtual/libusb ) + || ( <sci-libs/indilib-driver-qhy-9999 >=sci-libs/libqhy-9999 ) + usb? ( virtual/libusb ) ) - fits? ( sci-libs/cfitsio ) - jpeg? ( virtual/jpeg ) - ffmpeg? ( virtual/ffmpeg ) - sdl? ( media-libs/libsdl ) -" + fits? ( sci-libs/cfitsio ) + jpeg? ( virtual/jpeg ) + ffmpeg? ( virtual/ffmpeg ) + sdl? ( media-libs/libsdl )" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/qastrocam-g2-9999-do_not_install_qhy_driver.patch" ) src_unpack() { - subversion_src_unpack + subversion_src_unpack }
\ No newline at end of file |