diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-03-06 18:55:22 +0000 |
commit | 0630e35e86283e37894a93aa49bf5e28a6da528d (patch) | |
tree | 210bfaf068600312542bd42e3b737414d737b33d /app-misc/lcdproc | |
parent | Fixed bug #980 (diff) | |
download | historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.gz historical-0630e35e86283e37894a93aa49bf5e28a6da528d.tar.bz2 historical-0630e35e86283e37894a93aa49bf5e28a6da528d.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'app-misc/lcdproc')
-rw-r--r-- | app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild index f879d40ce79c..59b389b18739 100644 --- a/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild +++ b/app-misc/lcdproc/lcdproc-0.4.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a se SRC_URI="http://lcdproc.omnipotent.net/${P}.tar.gz" HOMEPAGE="http://lcdproc.omnipotent.net/" -DEPEND=">=baselayout-1.6.4" +DEPEND=">=sys-apps/baselayout-1.6.4" src_compile() { ./configure \ |