diff options
author | 2008-10-14 01:52:22 +0000 | |
---|---|---|
committer | 2008-10-14 01:52:22 +0000 | |
commit | d325c777de72e4999811d96819306badc3446b10 (patch) | |
tree | 1ae0a1ce79afabcf220bc7958f6d4e00a9c8cbfe /app-admin/mbr/mbr-1.1.10.ebuild | |
parent | (non maintainer commit) pull imake out of RDEPEND, bug #221437 (diff) | |
download | gentoo-2-d325c777de72e4999811d96819306badc3446b10.tar.gz gentoo-2-d325c777de72e4999811d96819306badc3446b10.tar.bz2 gentoo-2-d325c777de72e4999811d96819306badc3446b10.zip |
(non maintainer commit) pull bin86 out of RDEPEND on app-admin/mbr, since it is not needed at runtime
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-admin/mbr/mbr-1.1.10.ebuild')
-rw-r--r-- | app-admin/mbr/mbr-1.1.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/mbr/mbr-1.1.10.ebuild b/app-admin/mbr/mbr-1.1.10.ebuild index 8cf112b6845f..c1e05686af67 100644 --- a/app-admin/mbr/mbr-1.1.10.ebuild +++ b/app-admin/mbr/mbr-1.1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mbr/mbr-1.1.10.ebuild,v 1.2 2008/01/28 14:25:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mbr/mbr-1.1.10.ebuild,v 1.3 2008/10/14 01:52:22 darkside Exp $ DESCRIPTION="A replacement master boot record for IBM-PC compatible computers" HOMEPAGE="http://www.chiark.greenend.org.uk/~neilt/mbr/" @@ -12,6 +12,7 @@ KEYWORDS="-alpha -ppc -sparc x86" IUSE="" DEPEND="sys-devel/bin86" +RDEPEND="" src_unpack() { unpack ${A} |