diff options
author | 2011-01-06 03:25:23 +0000 | |
---|---|---|
committer | 2011-01-06 03:25:23 +0000 | |
commit | d002ea4c26d38264dfec7f34232aabb22581e0e0 (patch) | |
tree | 38e7566b46375b010e15c92cc1391858d0964435 /app-arch | |
parent | rename app-arch/upx to app-arch/upx-bin #267256 (diff) | |
download | historical-d002ea4c26d38264dfec7f34232aabb22581e0e0.tar.gz historical-d002ea4c26d38264dfec7f34232aabb22581e0e0.tar.bz2 historical-d002ea4c26d38264dfec7f34232aabb22581e0e0.zip |
Block newer upx-bin package and tweak DEPEND.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/upx-ucl/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-3.07.ebuild | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-arch/upx-ucl/ChangeLog b/app-arch/upx-ucl/ChangeLog index 7d7d4fc953c5..4fef2951f5f0 100644 --- a/app-arch/upx-ucl/ChangeLog +++ b/app-arch/upx-ucl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/upx-ucl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.21 2011/01/06 03:15:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.22 2011/01/06 03:25:23 vapier Exp $ + + 06 Jan 2011; Mike Frysinger <vapier@gentoo.org> upx-ucl-3.07.ebuild: + Block newer upx-bin package and tweak DEPEND. *upx-ucl-3.07 (06 Jan 2011) diff --git a/app-arch/upx-ucl/upx-ucl-3.07.ebuild b/app-arch/upx-ucl/upx-ucl-3.07.ebuild index 54286b8989c9..58e394da0e10 100644 --- a/app-arch/upx-ucl/upx-ucl-3.07.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.07.ebuild,v 1.1 2011/01/06 03:15:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.07.ebuild,v 1.2 2011/01/06 03:25:23 vapier Exp $ EAPI="2" @@ -19,9 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="lzma zlib" -DEPEND=">=dev-libs/ucl-1.02 - dev-lang/perl - !app-arch/upx" +RDEPEND=">=dev-libs/ucl-1.02 + !app-arch/upx + !app-arch/upx-bin" +DEPEND="${RDEPEND} + dev-lang/perl" S="${WORKDIR}/${MY_P}" |