diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-18 11:12:20 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-18 11:12:20 +0000 |
commit | 9c5ab449a09761f61ca1ef3cfc07d7e6ae1454b8 (patch) | |
tree | 98bebc580b45640ec09f9edc08989ea3c9af45b0 /app-text | |
parent | Revbump to fix bug 254601, thanks to John Keeping for the patch. (diff) | |
download | gentoo-2-9c5ab449a09761f61ca1ef3cfc07d7e6ae1454b8.tar.gz gentoo-2-9c5ab449a09761f61ca1ef3cfc07d7e6ae1454b8.tar.bz2 gentoo-2-9c5ab449a09761f61ca1ef3cfc07d7e6ae1454b8.zip |
ppc stable, bug #252734
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdfjam/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/pdfjam/pdfjam-1.20-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/pdfjam/ChangeLog b/app-text/pdfjam/ChangeLog index 46c626256b1e..6dcd2ce6bd1d 100644 --- a/app-text/pdfjam/ChangeLog +++ b/app-text/pdfjam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/pdfjam # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.18 2009/01/15 22:00:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/ChangeLog,v 1.19 2009/01/18 11:12:20 dertobi123 Exp $ + + 18 Jan 2009; Tobias Scherbaum <dertobi123@gentoo.org> + pdfjam-1.20-r1.ebuild: + ppc stable, bug #252734 15 Jan 2009; Markus Meier <maekke@gentoo.org> pdfjam-1.20-r1.ebuild: amd64/x86 stable, bug #252734 diff --git a/app-text/pdfjam/pdfjam-1.20-r1.ebuild b/app-text/pdfjam/pdfjam-1.20-r1.ebuild index ba3c92bf7537..716f7e292d6b 100644 --- a/app-text/pdfjam/pdfjam-1.20-r1.ebuild +++ b/app-text/pdfjam/pdfjam-1.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-1.20-r1.ebuild,v 1.2 2009/01/15 22:00:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfjam/pdfjam-1.20-r1.ebuild,v 1.3 2009/01/18 11:12:20 dertobi123 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/softw LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" S=${WORKDIR}/${PN} |