diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:35:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-06 09:35:46 +0000 |
commit | 2156295ff44c1a8e811e1ff02bfbee1931680ef5 (patch) | |
tree | 0f69d2d9c713894b9cd1f466798df449609089bb /x11-misc/expocity | |
parent | Initial import for dev-perl/Class-MOP (diff) | |
download | gentoo-2-2156295ff44c1a8e811e1ff02bfbee1931680ef5.tar.gz gentoo-2-2156295ff44c1a8e811e1ff02bfbee1931680ef5.tar.bz2 gentoo-2-2156295ff44c1a8e811e1ff02bfbee1931680ef5.zip |
Fix one char typo wrt #299916
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/expocity')
-rw-r--r-- | x11-misc/expocity/expocity-2.6.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/expocity/expocity-2.6.2.1.ebuild b/x11-misc/expocity/expocity-2.6.2.1.ebuild index ada36d4848a7..e1dfc0a58086 100644 --- a/x11-misc/expocity/expocity-2.6.2.1.ebuild +++ b/x11-misc/expocity/expocity-2.6.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.8 2010/06/06 06:53:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/expocity/expocity-2.6.2.1.ebuild,v 1.9 2010/06/06 09:35:46 ssuominen Exp $ EAPI=2 inherit gnome2 @@ -29,5 +29,5 @@ S=${WORKDIR}/${MY_P} pkg_setup() { G2CONF="${G2CONF} $(use_enable xinerama)" - DOCS="AUTHORS Changelog HACKING NEWS README*" + DOCS="AUTHORS ChangeLog HACKING NEWS README*" } |