diff options
author | 2012-05-10 11:09:24 +0000 | |
---|---|---|
committer | 2012-05-10 11:09:24 +0000 | |
commit | fb6108ff03ffa5ef175aa19f396680f5bbcb9d5d (patch) | |
tree | e1c48aa94d14f99877979133d842b68b70862e4b /net-irc/xchat-otr/xchat-otr-0.3.ebuild | |
parent | Use eapi4 and define mycmakeargs as local. (diff) | |
download | gentoo-2-fb6108ff03ffa5ef175aa19f396680f5bbcb9d5d.tar.gz gentoo-2-fb6108ff03ffa5ef175aa19f396680f5bbcb9d5d.tar.bz2 gentoo-2-fb6108ff03ffa5ef175aa19f396680f5bbcb9d5d.zip |
Fixed repoman warning
(Portage version: 2.2.0_alpha103/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/xchat-otr/xchat-otr-0.3.ebuild')
-rw-r--r-- | net-irc/xchat-otr/xchat-otr-0.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-irc/xchat-otr/xchat-otr-0.3.ebuild b/net-irc/xchat-otr/xchat-otr-0.3.ebuild index 390bc3d3ecb6..c287ecf2867e 100644 --- a/net-irc/xchat-otr/xchat-otr-0.3.ebuild +++ b/net-irc/xchat-otr/xchat-otr-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.5 2012/05/09 14:25:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-otr/xchat-otr-0.3.ebuild,v 1.6 2012/05/10 11:09:24 polynomial-c Exp $ EAPI="2" inherit cmake-utils @@ -32,5 +32,4 @@ DEPEND="${RDEPEND} src_install() { cmake-utils_src_install rm "${D}"/usr/share/doc/${PF}/LICENSE - prepalldocs } |