summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-04-14 20:02:28 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-04-14 20:02:28 +0000
commitbe9e2dfc5e4dbaad46a82e0a882fc240c7efca71 (patch)
treed05f383a5ca0f21617f89f28bc4d38bef57c692d /app-emulation/vice
parentadded s390 to keywords (Manifest recommit) (diff)
downloadgentoo-2-be9e2dfc5e4dbaad46a82e0a882fc240c7efca71.tar.gz
gentoo-2-be9e2dfc5e4dbaad46a82e0a882fc240c7efca71.tar.bz2
gentoo-2-be9e2dfc5e4dbaad46a82e0a882fc240c7efca71.zip
Adding inherit eutils per discussion amongst games developers.
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/ChangeLog5
-rw-r--r--app-emulation/vice/vice-1.14.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index fc3d09da6e77..b65d1634141c 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.13 2004/04/12 21:07:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.14 2004/04/14 20:02:28 wolf31o2 Exp $
+
+ 14 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> vice-1.14.ebuild:
+ Adding inherit eutils per discussion amongst games developers.
12 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> vice-1.14.ebuild:
Removing redundant inherit eutils.
diff --git a/app-emulation/vice/vice-1.14.ebuild b/app-emulation/vice/vice-1.14.ebuild
index 96bf616b1df0..066f071a35da 100644
--- a/app-emulation/vice/vice-1.14.ebuild
+++ b/app-emulation/vice/vice-1.14.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14.ebuild,v 1.4 2004/04/12 21:07:45 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.14.ebuild,v 1.5 2004/04/14 20:02:28 wolf31o2 Exp $
-inherit games
+inherit games eutils
DESCRIPTION="The Versatile Commodore 8-bit Emulator"
HOMEPAGE="http://www.viceteam.org/"