diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-02 03:35:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-02 03:35:04 +0000 |
commit | 6b9e53db91ad3d565dc7fcdbc86be8a10f008d77 (patch) | |
tree | fbeb1fc3450db372733e11a235b8196235841b5f /sys-devel | |
parent | Removed internal lmcs, added unzip as dependency. Closing bug #202594, bug #,... (diff) | |
download | gentoo-2-6b9e53db91ad3d565dc7fcdbc86be8a10f008d77.tar.gz gentoo-2-6b9e53db91ad3d565dc7fcdbc86be8a10f008d77.tar.bz2 gentoo-2-6b9e53db91ad3d565dc7fcdbc86be8a10f008d77.zip |
Pull in ed for tests #299270 by Patrick Lauer.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.6.1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 12d17c855303..e74c8f030733 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.43 2010/01/01 07:00:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.44 2010/01/02 03:35:04 vapier Exp $ + + 02 Jan 2010; Mike Frysinger <vapier@gentoo.org> patch-2.6.1.ebuild: + Pull in ed for tests #299270 by Patrick Lauer. *patch-2.6.1 (01 Jan 2010) diff --git a/sys-devel/patch/patch-2.6.1.ebuild b/sys-devel/patch/patch-2.6.1.ebuild index 690e249cd884..9ca75c025b7a 100644 --- a/sys-devel/patch/patch-2.6.1.ebuild +++ b/sys-devel/patch/patch-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.1 2010/01/01 07:00:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.6.1.ebuild,v 1.2 2010/01/02 03:35:04 vapier Exp $ inherit flag-o-matic @@ -11,7 +11,11 @@ SRC_URI="mirror://gnu/patch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" -IUSE="static" +IUSE="static test" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( sys-apps/ed )" src_compile() { use static && append-ldflags -static |