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 | |
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')
-rw-r--r-- | app-text/an/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/an/an-0.93.ebuild | 4 | ||||
-rw-r--r-- | app-text/an/an-0.95.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/an/ChangeLog b/app-text/an/ChangeLog index c306072cc7ff..64ee58852c5a 100644 --- a/app-text/an/ChangeLog +++ b/app-text/an/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/an # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.8 2005/12/01 04:28:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.9 2005/12/01 20:37:50 metalgod Exp $ + + 01 Dec 2005; Luis Medinas <metalgod@gentoo.org> an-0.93.ebuild, + an-0.95.3.ebuild: + Added ~amd64 keyword. Bug #113966. 01 Dec 2005; Jeroen Roovers <jer@gentoo.org> an-0.93.ebuild, an-0.95.3.ebuild: diff --git a/app-text/an/an-0.93.ebuild b/app-text/an/an-0.93.ebuild index e737c4cb64c6..03cd28b7c01a 100644 --- a/app-text/an/an-0.93.ebuild +++ b/app-text/an/an-0.93.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.93.ebuild,v 1.4 2005/12/01 00:57:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.93.ebuild,v 1.5 2005/12/01 20:37:50 metalgod Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND="sys-apps/miscfiles" 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" |