diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2019-08-06 21:07:58 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-08-07 06:07:51 +0300 |
commit | dfd75bb94194a6e260391fef86df20f35307d57e (patch) | |
tree | 4e29eb031671aa6e9600872c2b977475a25a6d9a /app-arch/upx-bin | |
parent | app-emulation/skopeo: Bump to version 0.1.39 (diff) | |
download | gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.tar.gz gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.tar.bz2 gentoo-dfd75bb94194a6e260391fef86df20f35307d57e.zip |
Rename app-arch/upx-ucl to app-arch/upx
Renaming package to more common name. Fixed all (R)DEPENDS in tree.
This PR is part of https://github.com/gentoo/gentoo/pull/12087
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12624
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-arch/upx-bin')
-rw-r--r-- | app-arch/upx-bin/upx-bin-3.91.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/upx-bin/upx-bin-3.91.ebuild b/app-arch/upx-bin/upx-bin-3.91.ebuild index d0bd63bbbf48..c794d098daae 100644 --- a/app-arch/upx-bin/upx-bin-3.91.ebuild +++ b/app-arch/upx-bin/upx-bin-3.91.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RESTRICT="strip" -RDEPEND="!app-arch/upx-ucl" +RDEPEND="!app-arch/upx" S="${WORKDIR}" |