diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-02-03 09:02:58 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-02-03 09:02:58 +0000 |
commit | a80d5114d6ef32abaf6eb748a3f16a1affb95cc9 (patch) | |
tree | a9ce640880d6c656a38ba860f67d46e9e6a8c77e /dev-util/cssc | |
parent | Mask dev-util/cssc-1.2.0, the Darwin linker doesn't like duplicate symbols ca... (diff) | |
download | gentoo-2-a80d5114d6ef32abaf6eb748a3f16a1affb95cc9.tar.gz gentoo-2-a80d5114d6ef32abaf6eb748a3f16a1affb95cc9.tar.bz2 gentoo-2-a80d5114d6ef32abaf6eb748a3f16a1affb95cc9.zip |
Marked ~x86-macos and ~ppc-macos, 1.2.0 is masked due to compilation failures.
(Portage version: 2.2.00.15187-prefix/cvs/SunOS i386)
Diffstat (limited to 'dev-util/cssc')
-rw-r--r-- | dev-util/cssc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cssc/cssc-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/cssc/ChangeLog b/dev-util/cssc/ChangeLog index 2a4adff97509..83170311b6aa 100644 --- a/dev-util/cssc/ChangeLog +++ b/dev-util/cssc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cssc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.14 2010/01/31 19:48:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/ChangeLog,v 1.15 2010/02/03 09:02:58 grobian Exp $ + + 03 Feb 2010; Fabian Groffen <grobian@gentoo.org> cssc-1.0.1.ebuild: + Marked ~x86-macos and ~ppc-macos, 1.2.0 is masked due to compilation + failures. 31 Jan 2010; Jeroen Roovers <jer@gentoo.org> cssc-1.2.0.ebuild: Fix LICENSE. diff --git a/dev-util/cssc/cssc-1.0.1.ebuild b/dev-util/cssc/cssc-1.0.1.ebuild index c4b5238b2f1b..d7f7252fd11f 100644 --- a/dev-util/cssc/cssc-1.0.1.ebuild +++ b/dev-util/cssc/cssc-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-1.0.1.ebuild,v 1.5 2009/09/23 17:41:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cssc/cssc-1.0.1.ebuild,v 1.6 2010/02/03 09:02:58 grobian Exp $ DESCRIPTION="CSSC is the GNU Project's replacement for SCCS" SRC_URI="mirror://sourceforge/cssc/CSSC-${PV}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://cssc.sourceforge.net/" SLOT="0" LICENSE="GPL-2 LGPL-2" S=${WORKDIR}/CSSC-${PV} -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 x86 ~ppc-macos ~x86-macos" IUSE="" RESTRICT="test" |