commit: c078e3d548eaf5175fdcacbbda9002560c476e4f Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Jul 19 23:59:33 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 20 00:00:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c078e3d5
app-misc/lcd4linux: drop dmalloc Completly broken and not needed anyway.. Closes: https://bugs.gentoo.org/934534 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ...0_pre20170527-r8.ebuild => lcd4linux-0.11.0_pre20170527-r9.ebuild} | 4 +--- app-misc/lcd4linux/metadata.xml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r8.ebuild b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild similarity index 98% rename from app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r8.ebuild rename to app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild index 694ca75a9750..f4a6bc4dd5d0 100644 --- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r8.ebuild +++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="dmalloc outb" +IUSE="outb" REQUIRED_USE=" ?? ( lcd_devices_hd44780 lcd_devices_hd44780-i2c ) python? ( ${PYTHON_REQUIRED_USE} ) @@ -119,7 +119,6 @@ DEPEND_LCD4LINUX_PLUGINS=" " RDEPEND=" - dmalloc? ( dev-libs/dmalloc ) ${DEPEND_LCD_DEVICES} ${DEPEND_LCD4LINUX_PLUGINS} " @@ -172,7 +171,6 @@ src_configure() { local myeconfargs=( --disable-rpath - $(use_with dmalloc) $(use_with outb) $(use_with python) $(use_with lcd_devices_x11 x) diff --git a/app-misc/lcd4linux/metadata.xml b/app-misc/lcd4linux/metadata.xml index 7d64ef2eb48e..4099174376ae 100644 --- a/app-misc/lcd4linux/metadata.xml +++ b/app-misc/lcd4linux/metadata.xml @@ -16,7 +16,6 @@ <flag name="cpuinfo">Enable the cpuinfo plugin.</flag> <flag name="dbus">Enable the dbus plugin.</flag> <flag name="diskstats">Enable the diskstats plugin.</flag> - <flag name="dmalloc">Enable dmalloc for debugging.</flag> <flag name="dvb">Enable support for the DVB plugin.</flag> <flag name="event">Enable the event plugin.</flag> <flag name="exec">Enable the exec plugin, to read output from external programs.</flag>