diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-21 04:50:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-21 04:50:55 +0000 |
commit | 4d36a071591a5efdb6d9c82f4d9ba6258e324fd7 (patch) | |
tree | 043015fbf4086fb5614ead8a34be48cf6077235a /app-doc/linux-gazette/linux-gazette-89.ebuild | |
parent | Version bump for #540564 (diff) | |
download | gentoo-2-4d36a071591a5efdb6d9c82f4d9ba6258e324fd7.tar.gz gentoo-2-4d36a071591a5efdb6d9c82f4d9ba6258e324fd7.tar.bz2 gentoo-2-4d36a071591a5efdb6d9c82f4d9ba6258e324fd7.zip |
Update to EAPI=5. See bug #536702.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-89.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-89.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-89.ebuild b/app-doc/linux-gazette/linux-gazette-89.ebuild index ccc29c39dfc3..50a84423fb76 100644 --- a/app-doc/linux-gazette/linux-gazette-89.ebuild +++ b/app-doc/linux-gazette/linux-gazette-89.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-89.ebuild,v 1.9 2010/10/19 08:42:33 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-89.ebuild,v 1.10 2015/02/21 04:50:55 mrueg Exp $ + +EAPI=5 DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun" HOMEPAGE="http://linuxgazette.net/" @@ -11,7 +13,9 @@ SLOT="${PV}" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND=">=app-doc/linux-gazette-base-${PV}" +RDEPEND=">=app-doc/linux-gazette-base-${PV}" + +S=${WORKDIR} src_install() { dodir /usr/share/doc |