diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-07-11 20:11:54 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-07-11 20:11:54 +0200 |
commit | e05e2cf6e7cddaba88e2321e4f493764301a7edc (patch) | |
tree | d9ac8ca1921a4f2258513c1827185985ed2e972f /media-libs/hal-flash | |
parent | www-apps/kibana-bin: Bump (diff) | |
download | gentoo-e05e2cf6e7cddaba88e2321e4f493764301a7edc.tar.gz gentoo-e05e2cf6e7cddaba88e2321e4f493764301a7edc.tar.bz2 gentoo-e05e2cf6e7cddaba88e2321e4f493764301a7edc.zip |
media-libs/hal-flash: Whitespace
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/hal-flash')
-rw-r--r-- | media-libs/hal-flash/hal-flash-0.3.3.ebuild | 14 |
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 d1b4639a981f..34466c582c5b 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 } |