summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-18 22:54:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-18 22:54:36 +0000
commitb040474ad42f70f81c8ce8fbe912f9edf5544d54 (patch)
tree4502e9a6a544afc6e314ece4383f5547a3cc53d5 /app-doc/linux-gazette/linux-gazette-46.ebuild
parentneed sys-fs/sysfsutils #130360 by Andreas (diff)
downloadhistorical-b040474ad42f70f81c8ce8fbe912f9edf5544d54.tar.gz
historical-b040474ad42f70f81c8ce8fbe912f9edf5544d54.tar.bz2
historical-b040474ad42f70f81c8ce8fbe912f9edf5544d54.zip
misc touchups and arch love
Package-Manager: portage-2.1_pre9
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-46.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-46.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-46.ebuild b/app-doc/linux-gazette/linux-gazette-46.ebuild
index 81d0d702bdce..0ed555a97925 100644
--- a/app-doc/linux-gazette/linux-gazette-46.ebuild
+++ b/app-doc/linux-gazette/linux-gazette-46.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-46.ebuild,v 1.7 2005/01/01 13:16:36 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-46.ebuild,v 1.8 2006/04/18 22:54:36 vapier Exp $
DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun"
HOMEPAGE="http://linuxgazette.net/"
@@ -8,12 +8,12 @@ SRC_URI="http://linuxgazette.net/ftpfiles/lg-issue${PV}.tar.gz"
LICENSE="OPL"
SLOT="${PV}"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=">=app-doc/linux-gazette-base-${PV}"
src_install() {
dodir /usr/share/doc
- mv ${WORKDIR}/lg ${D}/usr/share/doc/${PN}
+ mv "${WORKDIR}"/lg "${D}"/usr/share/doc/${PN} || die
}