summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-07-11 20:11:54 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-07-11 20:11:54 +0200
commite05e2cf6e7cddaba88e2321e4f493764301a7edc (patch)
treed9ac8ca1921a4f2258513c1827185985ed2e972f
parenta6d59ec085ba94c8fbb2af7b5db2011f9ae3eb0b (diff)
downloadgentoo-e05e2cf6e7cddaba88e2321e4f493764301a7edc.tar.gz
gentoo-e05e2cf6e7cddaba88e2321e4f493764301a7edc.tar.xz
media-libs/hal-flash: Whitespace
Package-Manager: portage-2.3.0
-rw-r--r--media-libs/hal-flash/hal-flash-0.3.3.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
index d1b4639a981..34466c582c5 100644
--- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild
+++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild
@@ -15,17 +15,19 @@ KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEPEND="sys-apps/dbus
- !sys-apps/hal"
+ !sys-apps/hal"
RDEPEND="${COMMON_DEPEND}
- sys-fs/udisks"
+ sys-fs/udisks"
DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig"
DOCS="README"
-src_prepare() { eautoreconf; eapply_user; }
+src_prepare() {
+ eautoreconf; eapply_user;
+}
src_install() {
- default
- prune_libtool_files
+ default
+ prune_libtool_files
}