Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444724 - sys-libs/libcap: please review prefix changes
Summary: sys-libs/libcap: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: Inclusion, InVCS, PATCH
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-11-25 18:43 UTC by Christoph Junghans (RETIRED)
Modified: 2012-11-26 16:02 UTC (History)
1 user (show)

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


Attachments
patch against libcap-2.22.ebuild (libcap-2.22.ebuild.patch,1.02 KB, patch)
2012-11-25 18:43 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2012-11-25 18:43:10 UTC
Created attachment 330564 [details, diff]
patch against libcap-2.22.ebuild

Changes to be added as libcap-2.22-r1:
- EAPI bumped to 4 to make portage prefix aware
- added prefix keywords
- emake install with DESTDIR=${ED} for prefixed install
- another ${D} -> ${ED}
- emake dies automatically on EAPI=4
Comment 1 SpanKY gentoo-dev 2012-11-25 19:29:56 UTC
can't src_install now run `default` ?
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2012-11-25 19:57:21 UTC
(In reply to comment #1)
> can't src_install now run `default` ?
No, default would be 'emake install DESTDIR="${D}"', we would need to add the prefix for installation elsewhere.
Comment 3 SpanKY gentoo-dev 2012-11-26 06:04:45 UTC
(In reply to comment #2)

right, libcap doesn't use configure.  feel free to commit.
Comment 4 Christoph Junghans (RETIRED) gentoo-dev 2012-11-26 16:02:56 UTC
Committed, thanks.