diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:16:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-25 19:16:48 +0000 |
commit | fcd2b6254022e1bc715c9331194f356d5468fff9 (patch) | |
tree | dfbb19c422a016d0f8c79e38cab87bea5fbde756 /dev-php | |
parent | Add ~alpha + ~ia64 keywords, bug 134270. (diff) | |
download | gentoo-2-fcd2b6254022e1bc715c9331194f356d5468fff9.tar.gz gentoo-2-fcd2b6254022e1bc715c9331194f356d5468fff9.tar.bz2 gentoo-2-fcd2b6254022e1bc715c9331194f356d5468fff9.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-File_SMBPasswd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-File_SMBPasswd/ChangeLog b/dev-php/PEAR-File_SMBPasswd/ChangeLog index 1e49f8e4a498..ffd39fe84c9c 100644 --- a/dev-php/PEAR-File_SMBPasswd/ChangeLog +++ b/dev-php/PEAR-File_SMBPasswd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-File_SMBPasswd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.5 2006/05/27 11:04:18 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/ChangeLog,v 1.6 2006/11/25 19:16:48 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + PEAR-File_SMBPasswd-1.0.2.ebuild: + Add ~alpha + ~ia64 keywords, bug 134270. 27 May 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-File_SMBPasswd-1.0.2.ebuild: diff --git a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild index dfc75b95f84e..a6ba9b45f907 100644 --- a/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild +++ b/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild,v 1.4 2006/05/27 11:04:18 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_SMBPasswd/PEAR-File_SMBPasswd-1.0.2.ebuild,v 1.5 2006/11/25 19:16:48 kloeri Exp $ inherit php-pear-r1 depend.php DESCRIPTION="Class for managing SAMBA style password files." LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-php/PEAR-Crypt_CHAP" |