diff options
Diffstat (limited to 'net-misc/anyremote/anyremote-4.12.ebuild')
-rw-r--r-- | net-misc/anyremote/anyremote-4.12.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-misc/anyremote/anyremote-4.12.ebuild b/net-misc/anyremote/anyremote-4.12.ebuild index 11b15c200..80f736a68 100644 --- a/net-misc/anyremote/anyremote-4.12.ebuild +++ b/net-misc/anyremote/anyremote-4.12.ebuild @@ -21,11 +21,6 @@ DEPEND="${RDEPEND}" PDEPEND="kde? ( net-misc/kanyremote ) gnome? ( net-misc/ganyremote )" -src_unpack() { - unpack ${A} - cd "${S}" -} - src_compile() { econf $(use_enable bluetooth bluez) emake || die "emake failed" |