diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-07-15 04:41:30 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-07-15 04:41:30 +0000 |
commit | 38d07a9fc0d824099fc0234b67558efab1c4dac0 (patch) | |
tree | 165c9517f14eb670cf53d21888be0f62128a56bd /net-wireless | |
parent | Version bump. (diff) | |
download | gentoo-2-38d07a9fc0d824099fc0234b67558efab1c4dac0.tar.gz gentoo-2-38d07a9fc0d824099fc0234b67558efab1c4dac0.tar.bz2 gentoo-2-38d07a9fc0d824099fc0234b67558efab1c4dac0.zip |
I always test before commiting, but clearly I don't always test properly. Fixing S, thanks for reports
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gr-iqbal/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-wireless/gr-iqbal/ChangeLog b/net-wireless/gr-iqbal/ChangeLog index 6654cca23cce..aa6beab2dffc 100644 --- a/net-wireless/gr-iqbal/ChangeLog +++ b/net-wireless/gr-iqbal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gr-iqbal # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/ChangeLog,v 1.5 2013/07/07 21:58:39 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/ChangeLog,v 1.6 2013/07/15 04:41:30 zerochaos Exp $ + + 15 Jul 2013; Rick Farina <zerochaos@gentoo.org> gr-iqbal-0.37.1.ebuild: + I always test before commiting, but clearly I don't always test properly. + Fixing S, thanks for reports *gr-iqbal-0.37.1 (07 Jul 2013) diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild index a9ec04ce4cac..eeb306fbe749 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild,v 1.1 2013/07/07 21:58:39 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gr-iqbal/gr-iqbal-0.37.1.ebuild,v 1.2 2013/07/15 04:41:30 zerochaos Exp $ EAPI=5 PYTHON_DEPEND="2" @@ -28,6 +28,8 @@ RDEPEND=">=net-wireless/gnuradio-3.7_rc:0= net-libs/libosmo-dsp:=" DEPEND="${RDEPEND}" +S="${WORKDIR}"/"${PN}"-0.37.0 + pkg_setup() { python_set_active_version 2 python_pkg_setup |