diff options
-rw-r--r-- | dev-util/confcache/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/confcache/confcache-0.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/confcache/ChangeLog b/dev-util/confcache/ChangeLog index eb3974563c79..68299d278a30 100644 --- a/dev-util/confcache/ChangeLog +++ b/dev-util/confcache/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/confcache # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.2 2005/11/22 17:12:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/ChangeLog,v 1.3 2005/11/23 16:17:42 flameeyes Exp $ + + 23 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> confcache-0.3.3.ebuild: + Added ~amd64 keyword. *confcache-0.3.3 (22 Nov 2005) diff --git a/dev-util/confcache/confcache-0.3.3.ebuild b/dev-util/confcache/confcache-0.3.3.ebuild index 9c700428b164..42c12c8615cc 100644 --- a/dev-util/confcache/confcache-0.3.3.ebuild +++ b/dev-util/confcache/confcache-0.3.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/dev-util/confcache/confcache-0.3.3.ebuild,v 1.2 2005/11/22 17:12:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confcache/confcache-0.3.3.ebuild,v 1.3 2005/11/23 16:17:42 flameeyes 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="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.2" RDEPEND=">=dev-lang/python-2.2 >=sys-apps/sandbox-1.2.12" |