summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-05-17 11:26:38 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-05-17 11:26:38 +0000
commite8d4ff7cd6dbfdc099327d2da607f83a6ca49ad9 (patch)
tree2549ff04df04a2d7b7fb61061029a4214f54263c /app-misc/gcal/gcal-3.01-r2.ebuild
parentVersion bump (diff)
downloadhistorical-e8d4ff7cd6dbfdc099327d2da607f83a6ca49ad9.tar.gz
historical-e8d4ff7cd6dbfdc099327d2da607f83a6ca49ad9.tar.bz2
historical-e8d4ff7cd6dbfdc099327d2da607f83a6ca49ad9.zip
Don't install locale.alias as it conflicts with glibc.
Diffstat (limited to 'app-misc/gcal/gcal-3.01-r2.ebuild')
-rw-r--r--app-misc/gcal/gcal-3.01-r2.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/gcal/gcal-3.01-r2.ebuild b/app-misc/gcal/gcal-3.01-r2.ebuild
index 87eda343d54c..abf3a02adc91 100644
--- a/app-misc/gcal/gcal-3.01-r2.ebuild
+++ b/app-misc/gcal/gcal-3.01-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/gcal-3.01-r2.ebuild,v 1.8 2005/04/21 19:12:27 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/gcal-3.01-r2.ebuild,v 1.9 2005/05/17 11:26:38 ka0ttic Exp $
inherit eutils
@@ -22,12 +22,14 @@ src_unpack() {
}
src_compile() {
- econf `use_enable nls` `use_enable ncurses` || die
+ econf $(use_enable nls) $(use_enable ncurses) || die
emake || die
}
src_install() {
einstall || die
+ rm -f ${D}/usr/share/locale/locale.alias
+
dodoc ABOUT-NLS ATTENTION BUGS DISCLAIM HISTORY \
INSTALL LIMITATIONS MANIFEST NEWS README SYMBOLS THANKS TODO