diff options
author | Tom Gall <tgall@gentoo.org> | 2005-12-01 04:28:02 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-12-01 04:28:02 +0000 |
commit | 425874bfd98cd424e36460d8b3c69a0db7bae0e2 (patch) | |
tree | 106c2fab0b8d003e4ece0bdd0f409f158352cd20 | |
parent | Initial commit. Added for an upcomming change to my pda guide. (diff) | |
download | gentoo-2-425874bfd98cd424e36460d8b3c69a0db7bae0e2.tar.gz gentoo-2-425874bfd98cd424e36460d8b3c69a0db7bae0e2.tar.bz2 gentoo-2-425874bfd98cd424e36460d8b3c69a0db7bae0e2.zip |
added ~ppc64
(Portage version: 2.0.51.22-r3)
-rw-r--r-- | app-text/an/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/an/an-0.95.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/an/ChangeLog b/app-text/an/ChangeLog index a66ad6097b87..c306072cc7ff 100644 --- a/app-text/an/ChangeLog +++ b/app-text/an/ChangeLog @@ -1,11 +1,14 @@ # 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.7 2005/12/01 00:57:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.8 2005/12/01 04:28:02 tgall Exp $ 01 Dec 2005; Jeroen Roovers <jer@gentoo.org> an-0.93.ebuild, an-0.95.3.ebuild: Fix bad positioning of inherit call (bugs #113994, #114009). + 30 Nov 2005; Tom Gall <tgall@gentoo.org> an-0.95.3.ebuild: + add ~ppc64 per bug #113966 + 30 Nov 2005; Jeroen Roovers <jer@gentoo.org> an-0.93.ebuild: Removed quaint virtual/libc dependency diff --git a/app-text/an/an-0.95.3.ebuild b/app-text/an/an-0.95.3.ebuild index 2cf8120a6ecd..8adb9c7d8871 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.2 2005/12/01 00:57:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/an/an-0.95.3.ebuild,v 1.3 2005/12/01 04:28:02 tgall 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 ~x86" +KEYWORDS="~hppa ~ppc64 ~x86" IUSE="" RDEPEND="sys-apps/miscfiles" |