diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:40:53 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-05-11 19:40:53 +0000 |
commit | 60666119bdba3b5f24665ac4f700f91072236245 (patch) | |
tree | 4bdab66c0a0e445e2b4f1a0decc575aba240a950 /dev-vcs/cssc | |
parent | Stable on amd64 wrt bug #362015 (diff) | |
download | gentoo-2-60666119bdba3b5f24665ac4f700f91072236245.tar.gz gentoo-2-60666119bdba3b5f24665ac4f700f91072236245.tar.bz2 gentoo-2-60666119bdba3b5f24665ac4f700f91072236245.zip |
Stable on amd64 wrt bug #363021
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/cssc')
-rw-r--r-- | dev-vcs/cssc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/cssc/cssc-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/cssc/ChangeLog b/dev-vcs/cssc/ChangeLog index e5ddb5e1d479..e2599c1ca301 100644 --- a/dev-vcs/cssc/ChangeLog +++ b/dev-vcs/cssc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cssc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.11 2011/05/11 11:24:12 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/ChangeLog,v 1.12 2011/05/11 19:40:53 angelos Exp $ + + 11 May 2011; Christoph Mende <angelos@gentoo.org> cssc-1.3.0.ebuild: + Stable on amd64 wrt bug #363021 11 May 2011; Thomas Kahle <tomka@gentoo.org> cssc-1.3.0.ebuild: x86 stable per bug 363021 diff --git a/dev-vcs/cssc/cssc-1.3.0.ebuild b/dev-vcs/cssc/cssc-1.3.0.ebuild index 4956831dc03d..fe4bc862d234 100644 --- a/dev-vcs/cssc/cssc-1.3.0.ebuild +++ b/dev-vcs/cssc/cssc-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.3.0.ebuild,v 1.4 2011/05/11 11:24:12 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.3.0.ebuild,v 1.5 2011/05/11 19:40:53 angelos Exp $ EAPI="2" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/cssc/" SLOT="0" LICENSE="GPL-3" S=${WORKDIR}/CSSC-${PV} -KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" src_prepare() { |