diff options
-rw-r--r-- | dev-php5/ezc-Mail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/ezc-Mail/ChangeLog b/dev-php5/ezc-Mail/ChangeLog index d37ecb172fd6..bc27073af3ad 100644 --- a/dev-php5/ezc-Mail/ChangeLog +++ b/dev-php5/ezc-Mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/ezc-Mail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.14 2006/10/10 08:56:45 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ChangeLog,v 1.15 2006/11/25 22:26:49 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> ezc-Mail-1.1.3.ebuild: + Add ~alpha + ~ia64 keywords, bug 134717. 10 Oct 2006; Sebastian Bergmann <sebastian@gentoo.org> ezc-Mail-1.0.1.ebuild, ezc-Mail-1.1.ebuild, ezc-Mail-1.1.1.ebuild, diff --git a/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild b/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild index 31fb7cc839d8..161ce48af6b2 100644 --- a/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild +++ b/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild,v 1.2 2006/10/10 08:56:45 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ezc-Mail/ezc-Mail-1.1.3.ebuild,v 1.3 2006/11/25 22:26:49 kloeri Exp $ inherit php-ezc depend.php DESCRIPTION="This eZ component allows you construct Mail messages conforming to the RFCs." SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" pkg_setup() { |