diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-19 03:42:51 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-19 03:42:51 +0000 |
commit | 4da0a08a9633daf1b256f7743de8257161c5873f (patch) | |
tree | 542fe5eca658605fd6d8cee39d1ae642ca658db1 /app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild | |
parent | Added ~amd64 keywords. (diff) | |
download | historical-4da0a08a9633daf1b256f7743de8257161c5873f.tar.gz historical-4da0a08a9633daf1b256f7743de8257161c5873f.tar.bz2 historical-4da0a08a9633daf1b256f7743de8257161c5873f.zip |
Added ~amd64 keywords.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild')
-rw-r--r-- | app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild b/app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild index e6b2c597c0ab..f95ae6d8fd97 100644 --- a/app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild +++ b/app-admin/systemconfigurator/systemconfigurator-2.2.2.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-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild,v 1.1 2005/06/30 13:10:41 bass Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/systemconfigurator/systemconfigurator-2.2.2.ebuild,v 1.2 2005/08/19 03:42:51 metalgod Exp $ inherit eutils perl-module DESCRIPTION="Provide a consistent API for the configuration of system related items" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/systemconfig/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" DEPEND="dev-lang/perl dev-perl/AppConfig" |