diff options
author | David Holm <dholm@gentoo.org> | 2004-07-21 08:28:53 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-21 08:28:53 +0000 |
commit | 4e54a746a5c50481ba5c3039015bdea5655b407c (patch) | |
tree | 491dfd83f2f7f93f08936241077a0535825680d3 /app-emulation | |
parent | Initial commit - ebuild supplied by rohan@mizzenblog.com via bug #57558 (Mani... (diff) | |
download | gentoo-2-4e54a746a5c50481ba5c3039015bdea5655b407c.tar.gz gentoo-2-4e54a746a5c50481ba5c3039015bdea5655b407c.tar.bz2 gentoo-2-4e54a746a5c50481ba5c3039015bdea5655b407c.zip |
Fixed inherit
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/uae/uae-0.8.27_pre20040720.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild b/app-emulation/uae/uae-0.8.27_pre20040720.ebuild index b52f60563574..96bab71154d1 100644 --- a/app-emulation/uae/uae-0.8.27_pre20040720.ebuild +++ b/app-emulation/uae/uae-0.8.27_pre20040720.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.1 2004/07/20 15:10:29 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.27_pre20040720.ebuild,v 1.2 2004/07/21 08:28:53 dholm Exp $ -inherit eutils -inherit flag-o-matic +inherit eutils flag-o-matic MY_PV="0.8.27-20040720" S="${WORKDIR}/${PN}-${MY_PV}" |