diff options
author | 2004-11-25 21:19:51 +0000 | |
---|---|---|
committer | 2004-11-25 21:19:51 +0000 | |
commit | d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50 (patch) | |
tree | 136028082dffd9a1f5d1a720ab6777fd6c35fe6a /media-video/avinfo/avinfo-1.0_alpha15.ebuild | |
parent | Manifest fix (Manifest recommit) (diff) | |
download | gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.tar.gz gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.tar.bz2 gentoo-2-d2c00d789caff7fd96d5ebb95b9b0c86a8d70a50.zip |
Use custom cflags. Marked stable on x86 by testing on 17 uniquely encoded avi files on stable x86 system.
Diffstat (limited to 'media-video/avinfo/avinfo-1.0_alpha15.ebuild')
-rw-r--r-- | media-video/avinfo/avinfo-1.0_alpha15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/avinfo/avinfo-1.0_alpha15.ebuild b/media-video/avinfo/avinfo-1.0_alpha15.ebuild index 63405925801a..6e8f9d0d8912 100644 --- a/media-video/avinfo/avinfo-1.0_alpha15.ebuild +++ b/media-video/avinfo/avinfo-1.0_alpha15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/avinfo-1.0_alpha15.ebuild,v 1.1 2004/11/16 15:28:08 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avinfo/avinfo-1.0_alpha15.ebuild,v 1.2 2004/11/25 21:19:51 chriswhite Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://shounen.ru/soft/avinfo/${MY_P}.zip" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="" @@ -20,7 +20,7 @@ S=${WORKDIR} src_compile() { cd src - emake OUTPUTNAME=avinfo || die + emake CFLAGS="${CFLAGS}" OUTPUTNAME=avinfo || die } src_install() { |