diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:43:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:43:16 +0000 |
commit | 380d6f65573142f675a803edccd9e4d686292cf4 (patch) | |
tree | 9350c95f5246f563550f964c8fa8984b047f7dab /app-text/evince | |
parent | amd64 stable, bug 499954 (diff) | |
download | gentoo-2-380d6f65573142f675a803edccd9e4d686292cf4.tar.gz gentoo-2-380d6f65573142f675a803edccd9e4d686292cf4.tar.bz2 gentoo-2-380d6f65573142f675a803edccd9e4d686292cf4.zip |
amd64 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/evince/evince-3.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index 6e47e441bddd..79dcaae30a23 100644 --- a/app-text/evince/ChangeLog +++ b/app-text/evince/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/evince # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.266 2014/02/22 21:04:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.267 2014/03/09 10:43:16 pacho Exp $ + + 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> evince-3.10.3.ebuild: + amd64 stable, bug 499954 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> evince-3.10.3.ebuild: Fix wrong commit, bug 502160 diff --git a/app-text/evince/evince-3.10.3.ebuild b/app-text/evince/evince-3.10.3.ebuild index ad7d5df75e18..a4c6c4c0d184 100644 --- a/app-text/evince/evince-3.10.3.ebuild +++ b/app-text/evince/evince-3.10.3.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-text/evince/evince-3.10.3.ebuild,v 1.2 2014/02/22 21:04:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-3.10.3.ebuild,v 1.3 2014/03/09 10:43:16 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -15,7 +15,7 @@ LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" IUSE="debug djvu dvi +introspection libsecret nautilus +postscript t1lib tiff xps" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris" # Since 2.26.2, can handle poppler without cairo support. Make it optional ? # not mature enough |