diff options
-rw-r--r-- | app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r9.ebuild (renamed from app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r8.ebuild) | 4 | ||||
-rw-r--r-- | app-misc/lcd4linux/metadata.xml | 1 |
2 files changed, 1 insertions, 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 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> |