The inherit line is after the description, meaning that the description of
libsigc++ is overwritten by the eutils description.
Reproducible: Always
Steps to Reproduce:
1. emerge -s libsigc++
Actual Results:
wrong description
Expected Results:
Description: Typesafe callback system for standard C++
Fix:
--- libsigc++-2.0.5.ebuild 9 Oct 2004 21:20:19 -0000 1.1
+++ libsigc++-2.0.5.ebuild 10 Oct 2004 20:10:02 -0000
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.5.ebuild,v
1.1 2004/10/09 21:20:19 khai Exp $
+inherit eutils
+
DESCRIPTION="Typesafe callback system for standard C++"
HOMEPAGE="http://libsigc.sourceforge.net/"
SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz"
@@ -10,7 +12,6 @@
SLOT="1.3"
KEYWORDS="~x86 ~ppc ~alpha amd64 ~sparc"
IUSE="debug"
-inherit eutils
DEPEND="virtual/libc"
src_unpack() {