diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 12:49:16 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-12-31 12:49:16 +0000 |
commit | bdc01c647207401ef469d89c1e90e828439c3fff (patch) | |
tree | 7b78ddc3c6d060c475446ea63c34f8bce110fce9 /app-office | |
parent | Migration to EAPI 4 (diff) | |
download | gentoo-2-bdc01c647207401ef469d89c1e90e828439c3fff.tar.gz gentoo-2-bdc01c647207401ef469d89c1e90e828439c3fff.tar.bz2 gentoo-2-bdc01c647207401ef469d89c1e90e828439c3fff.zip |
Enforce USE dependency for media-libs/phonon.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texstudio/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.8.6.ebuild | 4 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.8.8.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index 103f6ee36b57..7baf08b499b9 100644 --- a/app-office/texstudio/ChangeLog +++ b/app-office/texstudio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/texstudio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.33 2014/12/26 13:47:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.34 2014/12/31 12:49:16 kensington Exp $ + + 31 Dec 2014; Michael Palimaka <kensington@gentoo.org> texstudio-2.8.6.ebuild, + texstudio-2.8.8.ebuild: + Enforce USE dependency for media-libs/phonon. 26 Dec 2014; Justin Lecher <jlec@gentoo.org> -texstudio-2.6.0.ebuild, -texstudio-2.8.2.ebuild, -texstudio-2.8.4.ebuild: diff --git a/app-office/texstudio/texstudio-2.8.6.ebuild b/app-office/texstudio/texstudio-2.8.6.ebuild index 873360e5b7f6..485397837195 100644 --- a/app-office/texstudio/texstudio-2.8.6.ebuild +++ b/app-office/texstudio/texstudio-2.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.1 2014/11/03 10:43:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $ EAPI=5 @@ -28,7 +28,7 @@ COMMON_DEPEND=" dev-qt/qtsingleapplication >=dev-qt/qtsvg-4.6.1:4 >=dev-qt/qttest-4.6.1:4 - video? ( media-libs/phonon )" + video? ( media-libs/phonon[qt4] )" RDEPEND="${COMMON_DEPEND} virtual/latex-base app-text/psutils diff --git a/app-office/texstudio/texstudio-2.8.8.ebuild b/app-office/texstudio/texstudio-2.8.8.ebuild index 96619e97d364..d0b163fd77af 100644 --- a/app-office/texstudio/texstudio-2.8.8.ebuild +++ b/app-office/texstudio/texstudio-2.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v 1.1 2014/12/08 15:01:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.8.ebuild,v 1.2 2014/12/31 12:49:16 kensington Exp $ EAPI=5 @@ -28,7 +28,7 @@ COMMON_DEPEND=" dev-qt/qtsingleapplication >=dev-qt/qtsvg-4.6.1:4 >=dev-qt/qttest-4.6.1:4 - video? ( media-libs/phonon )" + video? ( media-libs/phonon[qt4] )" RDEPEND="${COMMON_DEPEND} virtual/latex-base app-text/psutils |