diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-07 20:18:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-07 20:18:38 +0000 |
commit | 129f75f8a6d65d1f69511dc28462d579e00626c2 (patch) | |
tree | ea778f27523ad342cf5c110f80579322f31a648e /app-text | |
parent | sys-kernel/dracut: Rev-bump to 010-r2. Missing net-misc/ifenslave rdep fix. (diff) | |
download | gentoo-2-129f75f8a6d65d1f69511dc28462d579e00626c2.tar.gz gentoo-2-129f75f8a6d65d1f69511dc28462d579e00626c2.tar.bz2 gentoo-2-129f75f8a6d65d1f69511dc28462d579e00626c2.zip |
Stable on amd64 wrt bug #370169
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdftk/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/pdftk/pdftk-1.44.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/pdftk/ChangeLog b/app-text/pdftk/ChangeLog index 11c2664ececc..bcf4fcea1ef9 100644 --- a/app-text/pdftk/ChangeLog +++ b/app-text/pdftk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/pdftk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/ChangeLog,v 1.34 2010/11/27 22:16:39 xmw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/ChangeLog,v 1.35 2011/06/07 20:18:38 hwoarang Exp $ + + 07 Jun 2011; Markos Chandras <hwoarang@gentoo.org> pdftk-1.44.ebuild: + Stable on amd64 wrt bug #370169 *pdftk-1.41-r2 (27 Nov 2010) diff --git a/app-text/pdftk/pdftk-1.44.ebuild b/app-text/pdftk/pdftk-1.44.ebuild index c6923f49051f..36267ee99ed9 100644 --- a/app-text/pdftk/pdftk-1.44.ebuild +++ b/app-text/pdftk/pdftk-1.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/pdftk-1.44.ebuild,v 1.1 2010/11/27 22:16:39 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftk/pdftk-1.44.ebuild,v 1.2 2011/06/07 20:18:38 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/${P}-src.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND=">=sys-devel/gcc-4.3.1[gcj]" RDEPEND="${DEPEND}" |