summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2008-02-19 09:54:14 +0000
committerJakub Moc <jakub@gentoo.org>2008-02-19 09:54:14 +0000
commit9eaeec42b6075b48154585855f5cd7c9d4598794 (patch)
treee014d799eb91a87cc926909b87c74710805557d0
parentapp-portage/overlay-utils: Make the sed expression actually readable (diff)
downloadsunrise-9eaeec42b6075b48154585855f5cd7c9d4598794.tar.gz
sunrise-9eaeec42b6075b48154585855f5cd7c9d4598794.tar.bz2
sunrise-9eaeec42b6075b48154585855f5cd7c9d4598794.zip
eautoreconf dies on its own with a more useful message
svn path=/sunrise/; revision=5737
-rw-r--r--x11-drivers/xf86-input-wiimote/Manifest2
-rw-r--r--x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-wiimote/Manifest b/x11-drivers/xf86-input-wiimote/Manifest
index ac893e2d6..b9238790c 100644
--- a/x11-drivers/xf86-input-wiimote/Manifest
+++ b/x11-drivers/xf86-input-wiimote/Manifest
@@ -1,5 +1,5 @@
AUX xf86-input-wiimote-0.0.1-libwiimote.patch 596 RMD160 2e923cf488b1618c31497fc7dbfbd286d38bad86 SHA1 3dfdf76700749e6eb6fcfe6d5ba7f045fc42d95b SHA256 98ef15b64261c255c43aa1c71641bcdae7b6b0c53beb0e16ad39d8a29d2736da
DIST xf86-input-wiimote-0.0.1.tar.bz2 221032 RMD160 41aebf17a22a2d90a38bf6ec0dc3d4850fcb02be SHA1 2dead1e6d9b6291849f98ae606f575b725ffb0c9 SHA256 40237e4539af81ab9c18e967454bf72e797b30264541e79116220d120d7ed09a
-EBUILD xf86-input-wiimote-0.0.1.ebuild 597 RMD160 5a05f01f04328d03d0889a82f44b1015ca6c9fa5 SHA1 d037bb72ec5b1685c88d2a60a20a7318e9599433 SHA256 6af7c554b2077b95861dd5880bd9aca452b5559a3b1b65e4e4096b407d4e75cc
+EBUILD xf86-input-wiimote-0.0.1.ebuild 569 RMD160 e65150b5e8485dde9fa73ad44c1c689307b6b1f2 SHA1 f7f618fd739ead031b9ec71f300c6118d1e517f9 SHA256 9eda0dbf2847bbabf4446f3b50aca83443ae3de38c645edaedbfe1a34e64aff1
MISC ChangeLog 401 RMD160 e3909359be2194ca2b407e90326d0f0c071d2b9e SHA1 ddbb76ad08d89de38f88b3f2707c2a6700473148 SHA256 ef1660444e38a83fb286b74388745f1bdbb6794cd870fc047ace32b4903d0ad8
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild b/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild
index 20a55e7b6..8cba69687 100644
--- a/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild
+++ b/x11-drivers/xf86-input-wiimote/xf86-input-wiimote-0.0.1.ebuild
@@ -20,5 +20,5 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-libwiimote.patch"
- eautoreconf || die "eautoreconf failed"
+ eautoreconf
}