summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-01 19:43:12 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-01 19:43:12 +0000
commit4c01810051bc60ba578d33eadef865051fd0860e (patch)
treee5b3bbaa89c5a80911fda1d8fd92cb98be7077af /app-misc
parentVersion bump, changes submitted in bug 40187 by Sven Wegener (Manifest recommit) (diff)
downloadgentoo-2-4c01810051bc60ba578d33eadef865051fd0860e.tar.gz
gentoo-2-4c01810051bc60ba578d33eadef865051fd0860e.tar.bz2
gentoo-2-4c01810051bc60ba578d33eadef865051fd0860e.zip
x86 stable and png issue.
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/lcd4linux/ChangeLog5
-rw-r--r--app-misc/lcd4linux/lcd4linux-0.9.11.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/lcd4linux/ChangeLog b/app-misc/lcd4linux/ChangeLog
index 49393b160a4c..52cfcb9e9379 100644
--- a/app-misc/lcd4linux/ChangeLog
+++ b/app-misc/lcd4linux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/lcd4linux
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.9 2004/01/18 14:41:50 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/ChangeLog,v 1.10 2004/03/01 19:43:12 mholzer Exp $
+
+ 01 Mar 2004; Martin Holzer <mholzer@gentoo.org> lcd4linux-0.9.11.ebuild:
+ x86 stable and png issue.
*lcd4linux-0.9.11 (18 Jan 2004)
diff --git a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
index 65893b50ea37..57e334875af5 100644
--- a/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.1 2004/01/18 14:41:50 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.9.11.ebuild,v 1.2 2004/03/01 19:43:12 mholzer Exp $
DESCRIPTION="system and ISDN information is shown on an external display or in a X11 window."
SRC_URI="mirror://sourceforge/lcd4linux/${P}.tar.gz"
@@ -9,7 +9,7 @@ HOMEPAGE="http://lcd4linux.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="kde pda png X usb"
DEPEND="png? ( media-libs/libpng
@@ -26,7 +26,7 @@ src_compile() {
econf \
--sysconfdir=/etc/lcd4linux \
- --with-drivers="all${myconf},!PNG"
+ --with-drivers="all${myconf}"
emake || die
}