Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 109842
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mark Loeser <halcy0n@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paweł Hajdan jr (ph) <phajdan.jr@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 109842 depends on: Show dependency tree
Bug 109842 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-19 12:23 0000
The inherit ... statement should be moved to the top of the ebuild, because
when
it's after DESCRIPTION var, ebuild's DESCRIPTION gets overwritten (Based on the
eutils eclass).

--- autopano-sift-2.3.ebuild.old        2005-10-19 21:19:26.000000000 +0200
+++ autopano-sift-2.3.ebuild    2005-10-19 21:19:44.000000000 +0200
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header:
/var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.3.ebuild,v 1.5
2005/10/17 01:15:09 halcy0n Exp $

+inherit mono eutils
+
 DESCRIPTION="SIFT algorithm for automatic panorama creation"
 HOMEPAGE="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
 SRC_URI="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/${P}.tar.gz"
@@ -11,8 +13,6 @@
 SLOT="0"
 IUSE=""

-inherit mono eutils
-
 DEPEND="dev-lang/mono
        <dev-dotnet/glade-sharp-2
        <dev-dotnet/gtk-sharp-2

------- Comment #1 From Mark Loeser 2005-10-19 12:29:56 0000 -------
Fixed in the tree.  Thanks, didn't even notice I did that :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug