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 | 91d300454836f6a2092638e2fdf78255713f5ab8 (patch) | |
tree | efa37a3ca91eca896a345ebe2290d94e00821cd7 /app-emulation | |
parent | Initial commit - ebuild supplied by rohan@mizzenblog.com via bug #57558 (diff) | |
download | historical-91d300454836f6a2092638e2fdf78255713f5ab8.tar.gz historical-91d300454836f6a2092638e2fdf78255713f5ab8.tar.bz2 historical-91d300454836f6a2092638e2fdf78255713f5ab8.zip |
Fixed inherit
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/uae/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/uae/uae-0.8.27_pre20040720.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/uae/Manifest b/app-emulation/uae/Manifest index 1524446cc22b..c741408d8332 100644 --- a/app-emulation/uae/Manifest +++ b/app-emulation/uae/Manifest @@ -2,7 +2,7 @@ MD5 d4f702886e315a0832658a9409030830 ChangeLog 3369 MD5 800d59bca6b74f54268ca8c63af928ee metadata.xml 668 MD5 af8db5e7e94c29b370ea7f832f4506c4 uae-0.8.22.ebuild 1279 MD5 29d8dc818001e2f0ce15c9effdc2b36b uae-0.8.25_pre20040302.ebuild 1819 -MD5 ca57570bdffa34194ebb2dbad0a513ac uae-0.8.27_pre20040720.ebuild 2132 +MD5 c5f20110d3aa62b8881c069d950f789a uae-0.8.27_pre20040720.ebuild 2124 MD5 b2fac0f21ee34abaa6279cf7ad023119 files/digest-uae-0.8.22 62 MD5 02f734719ea8dc27787fb6be6ddcc11e files/digest-uae-0.8.25_pre20040302 73 MD5 77b204c71d52f0a0423054b5a9b8a0cb files/split_cpuemu.pl 498 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}" |