summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-01 08:23:26 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-01 08:23:26 +0000
commit7f13c2106678887d44a188030f69fd88dce71918 (patch)
treed85a8a84d75d686ad08b3260698ad0d1ffb6022f /media-sound/ssrc
parentadd in fix for pear.conf issue, bug #36455. (Manifest recommit) (diff)
downloadgentoo-2-7f13c2106678887d44a188030f69fd88dce71918.tar.gz
gentoo-2-7f13c2106678887d44a188030f69fd88dce71918.tar.bz2
gentoo-2-7f13c2106678887d44a188030f69fd88dce71918.zip
inherit flag-o-matic. Stable x86.
Diffstat (limited to 'media-sound/ssrc')
-rw-r--r--media-sound/ssrc/ChangeLog5
-rw-r--r--media-sound/ssrc/ssrc-1.29.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/media-sound/ssrc/ChangeLog b/media-sound/ssrc/ChangeLog
index 1650451c5fa5..26b381347e5b 100644
--- a/media-sound/ssrc/ChangeLog
+++ b/media-sound/ssrc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ssrc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ChangeLog,v 1.1 2004/02/14 06:03:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ChangeLog,v 1.2 2004/04/01 08:23:26 eradicator Exp $
+
+ 01 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> ssrc-1.29.ebuild:
+ inherit flag-o-matic. Stable x86.
*ssrc-1.29 (13 Feb 2004)
diff --git a/media-sound/ssrc/ssrc-1.29.ebuild b/media-sound/ssrc/ssrc-1.29.ebuild
index 99f3ee3128aa..dd8e3a7a1501 100644
--- a/media-sound/ssrc/ssrc-1.29.ebuild
+++ b/media-sound/ssrc/ssrc-1.29.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ssrc-1.29.ebuild,v 1.2 2004/02/14 06:06:46 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ssrc/ssrc-1.29.ebuild,v 1.3 2004/04/01 08:23:26 eradicator Exp $
+
+inherit flag-o-matic
S=${WORKDIR}
DESCRIPTION="A fast and high quality sampling rate converter"
@@ -9,7 +11,7 @@ SRC_URI="http://shibatch.sf.net/download/${P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="virtual/glibc"
@@ -18,7 +20,7 @@ RDEPEND="virtual/glibc"
src_compile() {
append-flags -lm
# Local CFLAGS should overwrite the ones in the Makefile
- emake -e || die
+ emake -e || die
}
src_install() {