diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:52:25 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:52:25 +0000 |
commit | 4fbae0b5ec91e2faa7e3793e7a28f89ecec3676c (patch) | |
tree | f3d628b147534f3c19f5377a74ef62c95d3372b8 /dev-php | |
parent | Add kdeenablefinal USE flag (diff) | |
download | gentoo-2-4fbae0b5ec91e2faa7e3793e7a28f89ecec3676c.tar.gz gentoo-2-4fbae0b5ec91e2faa7e3793e7a28f89ecec3676c.tar.bz2 gentoo-2-4fbae0b5ec91e2faa7e3793e7a28f89ecec3676c.zip |
Add ~alpha + ~ia64 keywords, bug 134270.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Text_Wiki_BBCode/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog index 4fc47fc47541..e2d2c59c1cb8 100644 --- a/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog +++ b/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Text_Wiki_BBCode # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.6 2006/05/27 11:10:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/ChangeLog,v 1.7 2006/11/25 19:52:25 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + PEAR-Text_Wiki_BBCode-0.0.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134270. 27 May 2006; Luca Longinotti <chtekk@gentoo.org> ChangeLog: Added to ~amd64. See bug #134270. diff --git a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild index 53b7a905e90a..22665933bf51 100644 --- a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild +++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.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-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild,v 1.3 2006/05/25 22:37:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.3.ebuild,v 1.4 2006/11/25 19:52:25 kloeri Exp $ inherit php-pear-r1 @@ -8,6 +8,6 @@ DESCRIPTION="BBCode parser for Text_Wiki." LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3" |