summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-28 21:47:57 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-28 21:47:57 +0000
commit3520f295d8d6db0041c5ebbc67948370ac8be666 (patch)
tree97a1380bd91205e920395a1a42a771e56c06a149 /x11-libs/e_dbus/e_dbus-9999.ebuild
parentAdd support for static-libs removal (diff)
downloadenlightenment-3520f295d8d6db0041c5ebbc67948370ac8be666.tar.gz
enlightenment-3520f295d8d6db0041c5ebbc67948370ac8be666.tar.bz2
enlightenment-3520f295d8d6db0041c5ebbc67948370ac8be666.zip
Drop static-libs related code, now in eclass
(Portage version: 2.2_rc71-r1/svn/Linux x86_64)
Diffstat (limited to 'x11-libs/e_dbus/e_dbus-9999.ebuild')
-rw-r--r--x11-libs/e_dbus/e_dbus-9999.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/x11-libs/e_dbus/e_dbus-9999.ebuild b/x11-libs/e_dbus/e_dbus-9999.ebuild
index 65e0843..dadfb0d 100644
--- a/x11-libs/e_dbus/e_dbus-9999.ebuild
+++ b/x11-libs/e_dbus/e_dbus-9999.ebuild
@@ -28,14 +28,7 @@ src_configure() {
$(use_enable hal ehal)
$(use_enable libnotify enotify)
$(use_enable ofono eofono)
- $(use_enable static-libs static)
$(use_enable ukit eukit)
"
enlightenment_src_configure
}
-
-src_install() {
- enlightenment_src_install
-
- use static-libs || rm $(find "${D}" -name '*.la')
-}