diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-01 17:00:32 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-01-01 17:00:32 +0000 |
commit | 2b417ccc256ffce0024438b73c744ac15a9eec3b (patch) | |
tree | c7e20ca48d8a5e56d2f95cfc8b5062b13ca35e5d /dev-php5/jargon | |
parent | Clean up after epkgmove. (diff) | |
download | gentoo-2-2b417ccc256ffce0024438b73c744ac15a9eec3b.tar.gz gentoo-2-2b417ccc256ffce0024438b73c744ac15a9eec3b.tar.bz2 gentoo-2-2b417ccc256ffce0024438b73c744ac15a9eec3b.zip |
Add ~amd64.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-php5/jargon')
-rw-r--r-- | dev-php5/jargon/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/jargon/jargon-1.0.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/jargon/ChangeLog b/dev-php5/jargon/ChangeLog index 7910de4cc6df..62673155a7a6 100644 --- a/dev-php5/jargon/ChangeLog +++ b/dev-php5/jargon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/jargon -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/jargon/ChangeLog,v 1.2 2005/11/26 22:25:56 chtekk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jargon/ChangeLog,v 1.3 2006/01/01 16:59:45 sebastian Exp $ + + 01 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> + jargon-1.0.2.ebuild: + Add ~amd64. 26 Nov 2005; Luca Longinotti <chtekk@gentoo.org> jargon-1.0.2.ebuild: Sync with PHP overlay, change to use php-pear-lib-r1 eclass. diff --git a/dev-php5/jargon/jargon-1.0.2.ebuild b/dev-php5/jargon/jargon-1.0.2.ebuild index 9b154e15600d..119dc0466fe3 100644 --- a/dev-php5/jargon/jargon-1.0.2.ebuild +++ b/dev-php5/jargon/jargon-1.0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/jargon/jargon-1.0.2.ebuild,v 1.2 2005/11/26 22:25:56 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/jargon/jargon-1.0.2.ebuild,v 1.3 2006/01/01 16:59:45 sebastian Exp $ inherit php-pear-lib-r1 -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" DESCRIPTION="Convenience tools built on top of Creole." HOMEPAGE="http://creole.phpdb.org/wiki/" SRC_URI="http://creole.phpdb.org/pear/${P}.tgz" |