diff options
author | 2015-02-21 04:51:16 +0000 | |
---|---|---|
committer | 2015-02-21 04:51:16 +0000 | |
commit | 7fae1ab6d77806f86817806a1122fc6df6c5ed85 (patch) | |
tree | 753f489e6fa69fd1a4ab258905ab1c07d8595110 /app-doc/linux-gazette/linux-gazette-178.ebuild | |
parent | Version bump for #540564 (diff) | |
download | historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.tar.gz historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.tar.bz2 historical-7fae1ab6d77806f86817806a1122fc6df6c5ed85.zip |
Update to EAPI=5. See bug #536702.
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-178.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-178.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-178.ebuild b/app-doc/linux-gazette/linux-gazette-178.ebuild index 471d5f02c9ff..ed013c48ff4a 100644 --- a/app-doc/linux-gazette/linux-gazette-178.ebuild +++ b/app-doc/linux-gazette/linux-gazette-178.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-178.ebuild,v 1.1 2011/03/09 07:15:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-178.ebuild,v 1.2 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,7 @@ 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}/lg |