diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-25 12:28:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-25 12:28:37 +0000 |
commit | 159c916ca454ddf58225c9ad1665477d8355c64d (patch) | |
tree | cbd8bbd2d3f749266fac541594e10b70551abd13 /dev-lang/rebol-bin | |
parent | Try to finally fix bug #509048 (diff) | |
download | gentoo-2-159c916ca454ddf58225c9ad1665477d8355c64d.tar.gz gentoo-2-159c916ca454ddf58225c9ad1665477d8355c64d.tar.bz2 gentoo-2-159c916ca454ddf58225c9ad1665477d8355c64d.zip |
Remove unnecessary dependency on emul-linux-x86-baselibs.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-lang/rebol-bin')
-rw-r--r-- | dev-lang/rebol-bin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-lang/rebol-bin/ChangeLog b/dev-lang/rebol-bin/ChangeLog index 761720635729..cdddc02a182c 100644 --- a/dev-lang/rebol-bin/ChangeLog +++ b/dev-lang/rebol-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/rebol-bin -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rebol-bin/ChangeLog,v 1.1 2012/12/23 10:55:09 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rebol-bin/ChangeLog,v 1.2 2014/06/25 12:28:37 mgorny Exp $ + + 25 Jun 2014; Michał Górny <mgorny@gentoo.org> rebol-bin-3_pre111.ebuild: + Remove unnecessary dependency on emul-linux-x86-baselibs. *rebol-bin-3_pre111 (23 Dec 2012) diff --git a/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild b/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild index 3e9a0a5b0f61..3c487faa67e4 100644 --- a/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild +++ b/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild,v 1.1 2012/12/23 10:55:09 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rebol-bin/rebol-bin-3_pre111.ebuild,v 1.2 2014/06/25 12:28:37 mgorny Exp $ EAPI=4 DESCRIPTION="Relative Expression-Based Object Language" @@ -17,9 +17,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs )" -DEPEND="" - QA_PRESTRIPPED="opt/rebol/r3" S=${WORKDIR} |