diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 15:12:56 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 15:12:56 +0000 |
commit | 29e011847e09984512ad8d2f83bc67eddeef1067 (patch) | |
tree | edab26b148c765955b59d4fa5accf4bf6573b881 /dev-util | |
parent | Regenerate digest. (diff) | |
download | gentoo-2-29e011847e09984512ad8d2f83bc67eddeef1067.tar.gz gentoo-2-29e011847e09984512ad8d2f83bc67eddeef1067.tar.bz2 gentoo-2-29e011847e09984512ad8d2f83bc67eddeef1067.zip |
Added ~x86 keyword. Bug #150323, reported by Timothy Redaelli <drizzt at gufi.org>.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/csup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/csup/csup-20060318.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/csup/ChangeLog b/dev-util/csup/ChangeLog index fb501608cb8a..291eb10e0c2b 100644 --- a/dev-util/csup/ChangeLog +++ b/dev-util/csup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/csup # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.2 2006/09/22 09:33:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/ChangeLog,v 1.3 2006/10/07 15:12:56 ticho Exp $ + + 07 Oct 2006; Andrej Kacian <ticho@gentoo.org> csup-20060318.ebuild: + Added ~x86 keyword. Bug #150323, reported by Timothy Redaelli <drizzt at + gufi.org>. 22 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> csup-20060318.ebuild: Block newer freebsd-ubin that provides a newer version of csup. diff --git a/dev-util/csup/csup-20060318.ebuild b/dev-util/csup/csup-20060318.ebuild index 2603d0442e1e..92fb340d7871 100644 --- a/dev-util/csup/csup-20060318.ebuild +++ b/dev-util/csup/csup-20060318.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v 1.2 2006/09/22 09:33:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/csup/csup-20060318.ebuild,v 1.3 2006/10/07 15:12:56 ticho Exp $ DESCRIPTION="C-based rewrite of CVSup (software for distributing and updating collections of files accross a network)" HOMEPAGE="http://www.mu.org/~mux/csup.html" @@ -8,7 +8,7 @@ SRC_URI="http://mu.org/~mux/csup-snap-${PV}.tgz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86-fbsd" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-devel/bison-2.1" |