diff options
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-106.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-106.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-106.ebuild b/app-doc/linux-gazette/linux-gazette-106.ebuild index b18b9c5274a0..9d907b8f4450 100644 --- a/app-doc/linux-gazette/linux-gazette-106.ebuild +++ b/app-doc/linux-gazette/linux-gazette-106.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-106.ebuild,v 1.3 2010/10/19 08:42:32 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-106.ebuild,v 1.4 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 |