diff options
Diffstat (limited to 'dev-util/acgmake/acgmake-1.4.ebuild')
-rw-r--r-- | dev-util/acgmake/acgmake-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/acgmake/acgmake-1.4.ebuild b/dev-util/acgmake/acgmake-1.4.ebuild index 739539b336a5..7a74f99510cf 100644 --- a/dev-util/acgmake/acgmake-1.4.ebuild +++ b/dev-util/acgmake/acgmake-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/acgmake/acgmake-1.4.ebuild,v 1.1 2008/12/04 01:52:45 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/acgmake/acgmake-1.4.ebuild,v 1.2 2008/12/31 03:24:18 mr_bones_ Exp $ inherit eutils multilib @@ -24,7 +24,7 @@ src_unpack() { chmod 644 "${S}"/configs/* chmod 644 "${S}"/modules/* - # Get rid of moc-qt4 and uic-qt4 paths. + # Get rid of moc-qt4 and uic-qt4 paths. # Fix libdir for qt libs. sed -i \ -e 's:-qt4$::' \ |