diff options
Diffstat (limited to 'dev-vcs/cssc/cssc-1.3.0.ebuild')
-rw-r--r-- | dev-vcs/cssc/cssc-1.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/cssc/cssc-1.3.0.ebuild b/dev-vcs/cssc/cssc-1.3.0.ebuild index fe4bc862d234..8217f8e08c19 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 +# Copyright 1999-2012 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.5 2011/05/11 19:40:53 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cssc/cssc-1.3.0.ebuild,v 1.6 2012/11/21 07:09:00 jer Exp $ EAPI="2" @@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/CSSC-${PV}.tar.gz" HOMEPAGE="http://www.gnu.org/software/cssc/" SLOT="0" LICENSE="GPL-3" -S=${WORKDIR}/CSSC-${PV} +S="${WORKDIR}/CSSC-${PV}" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" |