Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443914 - app-arch/unace & app-arch/p7zip please keyword; app-misc/unfoo rekeyword
Summary: app-arch/unace & app-arch/p7zip please keyword; app-misc/unfoo rekeyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2012-11-19 11:19 UTC by Justin Lecher (RETIRED)
Modified: 2015-09-25 09:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2012-11-19 11:19:10 UTC
Dropped keyword due to missing keywords in deps. PLease proceed as you like. USE mask is also an option
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-19 11:38:20 UTC
app-arch/lzma is obsolete.

You probably want app-arch/xz-utils, not app-arch/lzma, and p7zip and xz-utils should be interchangeable so you should be using

 || ( app-arch/xz-utils p7zip app-arch/ )

which leaves two new : app-arch/unace and app-arch/xz-utils.

Index: unfoo-1.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.7.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 unfoo-1.0.7.ebuild
--- unfoo-1.0.7.ebuild  19 Nov 2012 11:24:47 -0000      1.1
+++ unfoo-1.0.7.ebuild  19 Nov 2012 11:38:08 -0000
@@ -10,7 +10,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="+minimal test"
 
 COMMON_DEPS="
@@ -27,8 +27,8 @@
                app-arch/unrar-gpl
                app-arch/unrar )
        app-arch/p7zip
-       app-arch/lzma
-       app-arch/unzip"
+       || ( app-arch/xz-utils app-arch/unzip )
+"
 RDEPEND="!minimal? ( ${COMMON_DEPS} )"
 DEPEND="test? ( ${COMMON_DEPS} )"
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-11-19 12:37:49 UTC
You are semi right. xz-utils <> lzma is changed now. But unzip and p7zip need to be as they are explicitly call by the script.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-11-19 12:39:37 UTC
So you still shouldn't be asking for app-arch/lzma keywords.
Comment 4 SpanKY gentoo-dev 2013-03-28 04:16:23 UTC
s390 is done
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2014-08-05 11:32:58 UTC
sparc keywords dropped
Comment 6 Patrice Clement gentoo-dev 2015-09-25 07:58:39 UTC
It's been dealt with as far as I can tell. Closing this ticket.