diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-07-03 02:20:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-07-03 02:20:03 +0000 |
commit | 61b57217db7b2ea2570445bc3b5da7125e165883 (patch) | |
tree | 253daad52660d8c3132b106a95d6c45aaa0ba136 /dev-util/global | |
parent | IUSE (Manifest recommit) (diff) | |
download | gentoo-2-61b57217db7b2ea2570445bc3b5da7125e165883.tar.gz gentoo-2-61b57217db7b2ea2570445bc3b5da7125e165883.tar.bz2 gentoo-2-61b57217db7b2ea2570445bc3b5da7125e165883.zip |
added ~amd64 KEYWORD since michael (see below) tested it on that architecture
Diffstat (limited to 'dev-util/global')
-rw-r--r-- | dev-util/global/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/global/global-4.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog index ef2aef9eb309..94d93a05e667 100644 --- a/dev-util/global/ChangeLog +++ b/dev-util/global/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/global # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.10 2004/07/02 21:17:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.11 2004/07/03 02:20:03 seemant Exp $ + + 02 Jul 2004; Seemant Kulleen <seemant@gentoo.org> global-4.7.2.ebuild: + added ~amd64 KEYWORD since michael (see below) tested it on that architecture *global-4.7.2 (02 Jul 2004) diff --git a/dev-util/global/global-4.7.2.ebuild b/dev-util/global/global-4.7.2.ebuild index e48925ad653d..35944e5e62a1 100644 --- a/dev-util/global/global-4.7.2.ebuild +++ b/dev-util/global/global-4.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.7.2.ebuild,v 1.1 2004/07/02 21:17:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.7.2.ebuild,v 1.2 2004/07/03 02:20:03 seemant Exp $ IUSE="ssl postgres" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="~x86 ~amd64 ~sparc ~mips" DEPEND=">=sys-libs/glibc-2.2 postgres? ( >=dev-db/postgresql-7.1 ) |