diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-24 05:46:27 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-24 05:46:27 +0000 |
commit | 2eefafd3bc72b840c12efbcb55133c02c013e964 (patch) | |
tree | f89352b8fe7f64be430ee773153e135e16452484 /dev-perl/PDF-API2 | |
parent | Stable on ppc64; bug #152364 (diff) | |
download | gentoo-2-2eefafd3bc72b840c12efbcb55133c02c013e964.tar.gz gentoo-2-2eefafd3bc72b840c12efbcb55133c02c013e964.tar.bz2 gentoo-2-2eefafd3bc72b840c12efbcb55133c02c013e964.zip |
Fixing a mistake caught by the ever watchful Opfer
(Portage version: 2.1.1)
Diffstat (limited to 'dev-perl/PDF-API2')
-rw-r--r-- | dev-perl/PDF-API2/ChangeLog | 4 | ||||
-rw-r--r-- | dev-perl/PDF-API2/PDF-API2-0.55.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/PDF-API2/ChangeLog b/dev-perl/PDF-API2/ChangeLog index 87eb39361e64..d35a69f8ec61 100644 --- a/dev-perl/PDF-API2/ChangeLog +++ b/dev-perl/PDF-API2/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for dev-perl/PDF-API2 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.3 2006/10/24 03:20:00 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/ChangeLog,v 1.4 2006/10/24 05:46:27 tsunam Exp $ 24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> PDF-API2-0.55.ebuild: - Stable x86; bug #152023 + ADDED ~x86; bug #152023 21 Oct 2006; <nixnut@gentoo.org> PDF-API2-0.55.ebuild: Added ~ppc wrt bug 152023 diff --git a/dev-perl/PDF-API2/PDF-API2-0.55.ebuild b/dev-perl/PDF-API2/PDF-API2-0.55.ebuild index 5a78e14a75bb..02158bbba2f7 100644 --- a/dev-perl/PDF-API2/PDF-API2-0.55.ebuild +++ b/dev-perl/PDF-API2/PDF-API2-0.55.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/dev-perl/PDF-API2/PDF-API2-0.55.ebuild,v 1.3 2006/10/24 03:20:00 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDF-API2/PDF-API2-0.55.ebuild,v 1.4 2006/10/24 05:46:27 tsunam Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~areibens/" SLOT="0" LICENSE="|| ( Artistic LGPL-2 )" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" SRC_TEST="do" |