diff options
author | 2009-02-11 15:31:48 +0000 | |
---|---|---|
committer | 2009-02-11 15:31:48 +0000 | |
commit | e7563bab5425545da3d375bf3907fcbc8cab1602 (patch) | |
tree | 9cf6569e9d7a2e340caaf8bb62610bf999f3fe58 | |
parent | Add ~ia64/~sparc wrt #257795 (diff) | |
download | gentoo-2-e7563bab5425545da3d375bf3907fcbc8cab1602.tar.gz gentoo-2-e7563bab5425545da3d375bf3907fcbc8cab1602.tar.bz2 gentoo-2-e7563bab5425545da3d375bf3907fcbc8cab1602.zip |
explicitly reference the 0.4.2 patches to avoid 0004
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/openrc/openrc-0.4.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.4.3.ebuild b/sys-apps/openrc/openrc-0.4.3.ebuild index ff585ce4c928..40da9bdefd7f 100644 --- a/sys-apps/openrc/openrc-0.4.3.ebuild +++ b/sys-apps/openrc/openrc-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.4.3.ebuild,v 1.2 2009/02/11 14:31:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.4.3.ebuild,v 1.3 2009/02/11 15:31:48 cardoe Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -62,7 +62,9 @@ src_unpack() { unpack ${A} fi cd "${S}" - epatch "${FILESDIR}"/0.4.2/*.patch + epatch "${FILESDIR}"/0.4.2/0001-msg-style.patch + epatch "${FILESDIR}"/0.4.2/0002-useful-functions.patch + epatch "${FILESDIR}"/0.4.2/0003-KV.patch } src_compile() { |