diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-23 16:17:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-11-23 16:17:42 +0000 |
commit | 7f91343e87d947af017621cd5a0b749fefa7e87c (patch) | |
tree | eb345924dcb19c666e543e9fd53d18f60294cf53 | |
parent | Diabled merging dedicated server on amd64. (diff) | |
download | gentoo-2-7f91343e87d947af017621cd5a0b749fefa7e87c.tar.gz gentoo-2-7f91343e87d947af017621cd5a0b749fefa7e87c.tar.bz2 gentoo-2-7f91343e87d947af017621cd5a0b749fefa7e87c.zip |
Added ~amd64 keyword.
(Portage version: 2.0.53_rc7)
-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" |