diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-01 20:37:50 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-01 20:37:50 +0000 |
commit | 96307f1062228f5c6cec05b592692128449ae324 (patch) | |
tree | a818e869d18fe6564de385bd182ea7bdc9776df8 /app-text/an/an-0.95.3.ebuild | |
parent | New release: 1.4.2.1. Pruning old ebuilds. (diff) | |
download | gentoo-2-96307f1062228f5c6cec05b592692128449ae324.tar.gz gentoo-2-96307f1062228f5c6cec05b592692128449ae324.tar.bz2 gentoo-2-96307f1062228f5c6cec05b592692128449ae324.zip |
Added ~amd64 keyword. Bug #113966.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/an/an-0.95.3.ebuild')
-rw-r--r-- | app-text/an/an-0.95.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/an/an-0.95.3.ebuild b/app-text/an/an-0.95.3.ebuild index 8adb9c7d8871..9a1d9cfc1da1 100644 --- a/app-text/an/an-0.95.3.ebuild +++ b/app-text/an/an-0.95.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.3 2005/12/01 04:28:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.4 2005/12/01 20:37:50 metalgod Exp $ inherit eutils toolchain-funcs versionator @@ -12,7 +12,7 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/a/an/${PN}_${MY_PV}.orig.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" IUSE="" RDEPEND="sys-apps/miscfiles" |