diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-03-12 17:38:04 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-03-12 17:38:04 +0000 |
commit | 077ee6d68e03882c5c4d067c7bdf141971edea49 (patch) | |
tree | 3354aae4f4e0ea0aa9a9467f4f5c3bce8b050239 /dev-perl | |
parent | Marked ~hppa (bug #260777). (diff) | |
download | gentoo-2-077ee6d68e03882c5c4d067c7bdf141971edea49.tar.gz gentoo-2-077ee6d68e03882c5c4d067c7bdf141971edea49.tar.bz2 gentoo-2-077ee6d68e03882c5c4d067c7bdf141971edea49.zip |
keyworded ~arch for amd64, bug 262167
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Authen-Htpasswd/ChangeLog | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild index 3ff058781372..5d38c1a330d2 100644 --- a/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild +++ b/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild,v 1.1 2008/10/22 09:17:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/Authen-Htpasswd-0.16.1.ebuild,v 1.2 2009/03/12 17:38:04 tcunha Exp $ inherit versionator MY_P=${PN}-$(delete_version_separator 2) @@ -12,7 +12,7 @@ DESCRIPTION="interface to read and modify Apache .htpasswd files" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-lang/perl diff --git a/dev-perl/Authen-Htpasswd/ChangeLog b/dev-perl/Authen-Htpasswd/ChangeLog index bc3658eb20ab..08010466c65a 100644 --- a/dev-perl/Authen-Htpasswd/ChangeLog +++ b/dev-perl/Authen-Htpasswd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Authen-Htpasswd -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.2 2008/10/22 09:17:02 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Authen-Htpasswd/ChangeLog,v 1.3 2009/03/12 17:38:04 tcunha Exp $ + + 12 Mar 2009; Tiago Cunha <tcunha@gentoo.org> + Authen-Htpasswd-0.16.1.ebuild: + keyworded ~arch for amd64, bug 262167 *Authen-Htpasswd-0.16.1 (22 Oct 2008) |