diff options
author | 2014-09-01 16:45:35 +0000 | |
---|---|---|
committer | 2014-09-01 16:45:35 +0000 | |
commit | 111ed170ab4fe1b40c85bfd124cd2b3dd1482ff6 (patch) | |
tree | 08d937b7746bfa832ee7572c529804de8cc97a5f /media-video/xine-ui | |
parent | Remove := subslot operator from || () block since it is meaningless and broken. (diff) | |
download | gentoo-2-111ed170ab4fe1b40c85bfd124cd2b3dd1482ff6.tar.gz gentoo-2-111ed170ab4fe1b40c85bfd124cd2b3dd1482ff6.tar.bz2 gentoo-2-111ed170ab4fe1b40c85bfd124cd2b3dd1482ff6.zip |
Remove := subslot operator from || () block since it is meaningless and broken.
(Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-video/xine-ui')
-rw-r--r-- | media-video/xine-ui/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.99.8.ebuild | 4 | ||||
-rw-r--r-- | media-video/xine-ui/xine-ui-0.99.9.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-video/xine-ui/ChangeLog b/media-video/xine-ui/ChangeLog index a9f9e6453724..3fd6772bc8b5 100644 --- a/media-video/xine-ui/ChangeLog +++ b/media-video/xine-ui/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/xine-ui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.187 2014/08/22 21:50:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.188 2014/09/01 16:45:35 mgorny Exp $ + + 01 Sep 2014; Michał Górny <mgorny@gentoo.org> xine-ui-0.99.8.ebuild, + xine-ui-0.99.9.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. *xine-ui-0.99.9 (22 Aug 2014) diff --git a/media-video/xine-ui/xine-ui-0.99.8.ebuild b/media-video/xine-ui/xine-ui-0.99.8.ebuild index c4dd691f4170..e49a00619950 100644 --- a/media-video/xine-ui/xine-ui-0.99.8.ebuild +++ b/media-video/xine-ui/xine-ui-0.99.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/media-video/xine-ui/xine-ui-0.99.8.ebuild,v 1.1 2014/07/25 19:25:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild,v 1.2 2014/09/01 16:45:35 mgorny Exp $ EAPI=5 inherit eutils fdo-mime gnome2-utils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama" -RDEPEND="|| ( app-arch/tar app-arch/libarchive:= ) +RDEPEND="|| ( app-arch/tar app-arch/libarchive ) media-libs/libpng:0= >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] virtual/jpeg:0 diff --git a/media-video/xine-ui/xine-ui-0.99.9.ebuild b/media-video/xine-ui/xine-ui-0.99.9.ebuild index 7d24f5e691e1..a7dd566bfac5 100644 --- a/media-video/xine-ui/xine-ui-0.99.9.ebuild +++ b/media-video/xine-ui/xine-ui-0.99.9.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/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 1.1 2014/08/22 21:50:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 1.2 2014/09/01 16:45:35 mgorny Exp $ EAPI=5 inherit fdo-mime gnome2-utils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama" -RDEPEND="|| ( app-arch/tar app-arch/libarchive:= ) +RDEPEND="|| ( app-arch/tar app-arch/libarchive ) media-libs/libpng:0= >=media-libs/xine-lib-1.2:=[aalib?,libcaca?] virtual/jpeg:0 |