diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-03 23:47:27 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-03 23:47:27 +0000 |
commit | 703cc1e090a702e9174cac2fb7b875c8f620b368 (patch) | |
tree | 27e699181b2dc2847a7df1be6d0b924ea5ef8a8e /dev-util | |
parent | Pruning old ebuilds (diff) | |
download | gentoo-2-703cc1e090a702e9174cac2fb7b875c8f620b368.tar.gz gentoo-2-703cc1e090a702e9174cac2fb7b875c8f620b368.tar.bz2 gentoo-2-703cc1e090a702e9174cac2fb7b875c8f620b368.zip |
Added to ~hppa, ~ppc.
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/confcache/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/confcache/confcache-0.4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/confcache/ChangeLog b/dev-util/confcache/ChangeLog index bdfdb38fb837..5da205ae2391 100644 --- a/dev-util/confcache/ChangeLog +++ b/dev-util/confcache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/confcache # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.7 2006/02/22 09:12:13 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.8 2006/03/03 23:47:27 hansmi Exp $ + + 03 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + confcache-0.4.2.ebuild: + Added to ~hppa, ~ppc. *confcache-0.4.2 (22 Feb 2006) diff --git a/dev-util/confcache/confcache-0.4.2.ebuild b/dev-util/confcache/confcache-0.4.2.ebuild index 9f801f212387..1a815b5a4c7b 100644 --- a/dev-util/confcache/confcache-0.4.2.ebuild +++ b/dev-util/confcache/confcache-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.4.2.ebuild,v 1.1 2006/02/22 09:12:14 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.4.2.ebuild,v 1.2 2006/03/03 23:47:27 hansmi Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://dev.gentoo.org/~ferringb/${PN}" SRC_URI="http://dev.gentoo.org/~ferringb/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12" |