diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 21:28:10 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-06-17 21:28:10 +0000 |
commit | 187acc5487780be757fddc3f7f2674b56d7d2c12 (patch) | |
tree | 826428e4ef8ec12c86e48cd344a2de648a0fc6f4 /sys-devel/pmake | |
parent | Remove MetaKit license. (diff) | |
download | gentoo-2-187acc5487780be757fddc3f7f2674b56d7d2c12.tar.gz gentoo-2-187acc5487780be757fddc3f7f2674b56d7d2c12.tar.bz2 gentoo-2-187acc5487780be757fddc3f7f2674b56d7d2c12.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/pmake')
-rw-r--r-- | sys-devel/pmake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/pmake/pmake-1.98.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/pmake/ChangeLog b/sys-devel/pmake/ChangeLog index 8f44e53ab4da..dc5221f719b7 100644 --- a/sys-devel/pmake/ChangeLog +++ b/sys-devel/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/pmake # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.22 2005/06/12 15:30:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/ChangeLog,v 1.23 2005/06/17 21:28:10 hansmi Exp $ + + 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> pmake-1.98.ebuild: + Stable on ppc. 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> pmake-1.98.ebuild: Stable on alpha. diff --git a/sys-devel/pmake/pmake-1.98.ebuild b/sys-devel/pmake/pmake-1.98.ebuild index c3576fa5820a..df1bda3cf017 100644 --- a/sys-devel/pmake/pmake-1.98.ebuild +++ b/sys-devel/pmake/pmake-1.98.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/sys-devel/pmake/pmake-1.98.ebuild,v 1.5 2005/06/12 15:30:25 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/pmake/pmake-1.98.ebuild,v 1.6 2005/06/17 21:28:10 hansmi Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/p/pmake/${MY_P}.orig.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ~ppc sparc x86" +KEYWORDS="alpha ~amd64 ~arm ia64 ~mips ppc sparc x86" IUSE="" RDEPEND="virtual/libc" |