projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9344ef
)
app-misc/ytree: stable for amd64+x86.
author
Patrice Clement
<monsieurp@gentoo.org>
Wed, 28 Dec 2016 22:59:38 +0000
(23:59 +0100)
committer
Patrice Clement
<monsieurp@gentoo.org>
Wed, 28 Dec 2016 23:10:53 +0000
(
00:10
+0100)
Package-Manager: portage-2.3.0
app-misc/ytree/ytree-1.98-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/ytree/ytree-1.98-r1.ebuild
b/app-misc/ytree/ytree-1.98-r1.ebuild
index 51e78ae2b42002b39f150edd3674b3a8f22c47a1..d99fe5c142a590ec7af419d204265ee1b6a2bf9c 100644
(file)
--- a/
app-misc/ytree/ytree-1.98-r1.ebuild
+++ b/
app-misc/ytree/ytree-1.98-r1.ebuild
@@
-12,7
+12,7
@@
SRC_URI="http://www.han.de/~werner/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="
~amd64 ~
x86"
+KEYWORDS="
amd64
x86"
IUSE=""
DEPEND="
@@
-21,10
+21,9
@@
DEPEND="
"
RDEPEND="${DEPEND}"
-src_prepare() {
- default
- epatch "${FILESDIR}"/${PN}-1.94-bindir.patch
-}
+PATCHES=( "${FILESDIR}"/${PN}-1.94-bindir.patch )
+
+DOCS=( CHANGES README THANKS ytree.conf )
pkg_setup() {
tc-export CC
@@
-32,5
+31,4
@@
pkg_setup() {
src_install() {
emake DESTDIR="${D}usr" install
- dodoc CHANGES README THANKS ytree.conf
}