diff options
author | 2008-11-30 21:21:53 +0000 | |
---|---|---|
committer | 2008-11-30 21:21:53 +0000 | |
commit | 8d2ac58d97abc8202bec7293a79f7e3008ed81e2 (patch) | |
tree | 726e955eab40dc6cec2614cbeadbbaa82c1fc833 /net-misc/anyremote/anyremote-4.12.ebuild | |
parent | net-p2p/freenet: New upstream release (diff) | |
download | sunrise-8d2ac58d97abc8202bec7293a79f7e3008ed81e2.tar.gz sunrise-8d2ac58d97abc8202bec7293a79f7e3008ed81e2.tar.bz2 sunrise-8d2ac58d97abc8202bec7293a79f7e3008ed81e2.zip |
net-misc/anyremote: Drop default src_unpack
svn path=/sunrise/; revision=7422
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" |