diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-05 10:53:34 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-05 10:53:34 +0000 |
commit | 27a9ac9b07f5b189a6e1d8a1dcce1582281b8868 (patch) | |
tree | 6100e646820e3b67fbba72a0d6aa87a1e68626e9 /app-text/poppler-bindings | |
parent | stable wrt bug 120985 (diff) | |
download | gentoo-2-27a9ac9b07f5b189a6e1d8a1dcce1582281b8868.tar.gz gentoo-2-27a9ac9b07f5b189a6e1d8a1dcce1582281b8868.tar.bz2 gentoo-2-27a9ac9b07f5b189a6e1d8a1dcce1582281b8868.zip |
stable wrt bug 120985
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text/poppler-bindings')
-rw-r--r-- | app-text/poppler-bindings/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/poppler-bindings/ChangeLog b/app-text/poppler-bindings/ChangeLog index 0025d94c3d28..dc63a277810d 100644 --- a/app-text/poppler-bindings/ChangeLog +++ b/app-text/poppler-bindings/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/poppler-bindings # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.13 2006/02/05 02:03:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/ChangeLog,v 1.14 2006/02/05 10:53:34 blubb Exp $ + + 05 Feb 2006; Simon Stelling <blubb@gentoo.org> + poppler-bindings-0.5.0.ebuild: + stable wrt bug 120985 05 Feb 2006; Jason Wever <weeve@gentoo.org> poppler-bindings-0.5.0.ebuild: Stable on SPARC wrt security bug #120985. diff --git a/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild b/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild index 95e2399b234d..203228239016 100644 --- a/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild +++ b/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild,v 1.5 2006/02/05 02:03:03 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild,v 1.6 2006/02/05 10:53:34 blubb Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://poppler.freedesktop.org/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86" IUSE="gtk qt cairo" RDEPEND=">=app-text/poppler-0.5.0 |