diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-11-15 20:30:18 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-11-15 20:30:18 +0000 |
commit | fead6f680c2c55bd0bc8eaeb9dc6e1cb10f096f8 (patch) | |
tree | b3f7562a43324095c8cb7e94ea899ccff746b2b6 /sys-devel | |
parent | * bump (diff) | |
download | gentoo-2-fead6f680c2c55bd0bc8eaeb9dc6e1cb10f096f8.tar.gz gentoo-2-fead6f680c2c55bd0bc8eaeb9dc6e1cb10f096f8.tar.bz2 gentoo-2-fead6f680c2c55bd0bc8eaeb9dc6e1cb10f096f8.zip |
Inherit autotools first, to get proper DESCRIPTION.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 3ed0c2e2c3e7..2c3e2c0dfb71 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.272 2006/11/15 14:38:40 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.273 2006/11/15 20:30:18 swegener Exp $ + + 15 Nov 2006; Sven Wegener <swegener@gentoo.org> + binutils-2.17.50.0.6.ebuild: + Inherit autotools first, to get proper DESCRIPTION. 15 Nov 2006; Luca Barbato <lu_zero@gentoo.org> binutils-2.17.50.0.6.ebuild: diff --git a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild index 4f66440721ae..1f1c841fc5b4 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.6.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.2 2006/11/15 14:38:40 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.6.ebuild,v 1.3 2006/11/15 20:30:18 swegener Exp $ PATCHVER="1.1" UCLIBC_PATCHVER="1.0" ELF2FLT_VER="" -inherit toolchain-binutils autotools +inherit autotools toolchain-binutils # ARCH - packages to test before marking KEYWORDS="-*" |