diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-06-30 15:18:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-06-30 15:18:39 +0000 |
commit | ac34e67ddc8a2c24b3223a7b0197ef34aeb1749d (patch) | |
tree | ae3488b63501e70cdd3a4582192529b76b88db9e /media-video/totem | |
parent | Add IUSE_IMPLICIT, default ABI_MIPS and proper USE unmask & force to non-mult... (diff) | |
download | gentoo-2-ac34e67ddc8a2c24b3223a7b0197ef34aeb1749d.tar.gz gentoo-2-ac34e67ddc8a2c24b3223a7b0197ef34aeb1749d.tar.bz2 gentoo-2-ac34e67ddc8a2c24b3223a7b0197ef34aeb1749d.zip |
Drop unrecognized configure option, bug #515852 by Ilya Gordeev; drop old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/totem')
-rw-r--r-- | media-video/totem/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/totem/totem-3.12.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog index 9639e1cf6eba..1ddb2bb3f7a4 100644 --- a/media-video/totem/ChangeLog +++ b/media-video/totem/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/totem # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.376 2014/06/29 17:03:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.377 2014/06/30 15:18:39 pacho Exp $ + + 30 Jun 2014; Pacho Ramos <pacho@gentoo.org> totem-3.12.1.ebuild: + Drop unrecognized configure option, bug #515852 by Ilya Gordeev; drop old. 29 Jun 2014; Gilles Dartiguelongue <eva@gentoo.org> -totem-3.12.0.ebuild, totem-3.12.1.ebuild: diff --git a/media-video/totem/totem-3.12.1.ebuild b/media-video/totem/totem-3.12.1.ebuild index 8021633923ad..b84ff6411879 100644 --- a/media-video/totem/totem-3.12.1.ebuild +++ b/media-video/totem/totem-3.12.1.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/totem/totem-3.12.1.ebuild,v 1.3 2014/06/29 17:03:50 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-3.12.1.ebuild,v 1.4 2014/06/30 15:18:39 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -132,7 +132,6 @@ src_configure() { gnome2_src_configure \ --disable-run-in-source-tree \ --disable-static \ - --with-smclient=auto \ --enable-easy-codec-installation \ --enable-vala \ $(use_enable flash vegas-plugin) \ |