diff options
author | 2008-03-07 22:19:52 +0000 | |
---|---|---|
committer | 2008-03-07 22:19:52 +0000 | |
commit | f222e0a31140efec6f9e45b376ae90fd6fb4d279 (patch) | |
tree | 8738c75e46422fea129e4a45064ff0c09996bf9c /dev-util/cvsutils | |
parent | Fix syntax in pkg_setup, so that it works also with older bash versions. (diff) | |
download | gentoo-2-f222e0a31140efec6f9e45b376ae90fd6fb4d279.tar.gz gentoo-2-f222e0a31140efec6f9e45b376ae90fd6fb4d279.tar.bz2 gentoo-2-f222e0a31140efec6f9e45b376ae90fd6fb4d279.zip |
Added ~amd64, bug #211514
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/cvsutils')
-rw-r--r-- | dev-util/cvsutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cvsutils/cvsutils-0.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/cvsutils/ChangeLog b/dev-util/cvsutils/ChangeLog index 324572de8a36..a222326c93ea 100644 --- a/dev-util/cvsutils/ChangeLog +++ b/dev-util/cvsutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cvsutils -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/ChangeLog,v 1.3 2007/02/22 01:58:55 peper Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/ChangeLog,v 1.4 2008/03/07 22:19:52 angelos Exp $ + + 07 Mar 2008; Christoph Mende <angelos@gentoo.org> cvsutils-0.2.3.ebuild: + Added ~amd64, bug #211514 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-util/cvsutils/cvsutils-0.2.3.ebuild b/dev-util/cvsutils/cvsutils-0.2.3.ebuild index a1ae2fe49fba..41cdf5c81b25 100644 --- a/dev-util/cvsutils/cvsutils-0.2.3.ebuild +++ b/dev-util/cvsutils/cvsutils-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/cvsutils-0.2.3.ebuild,v 1.2 2006/05/23 02:31:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsutils/cvsutils-0.2.3.ebuild,v 1.3 2008/03/07 22:19:52 angelos Exp $ inherit autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.red-bean.com/cvsutils/" SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" DEPEND="" RDEPEND="dev-lang/perl" |