diff options
author | 2008-03-09 08:27:44 +0000 | |
---|---|---|
committer | 2008-03-09 08:27:44 +0000 | |
commit | dda67468698d15b556dee8caeba497a78891247e (patch) | |
tree | 78d39d1afc59dd150a9808143d1144bb94727323 /dev-cpp/gflags/gflags-0.7.ebuild | |
parent | Thanks to leio for pointing out I'm retarded and didn't specify an SRC_URI (diff) | |
download | gentoo-2-dda67468698d15b556dee8caeba497a78891247e.tar.gz gentoo-2-dda67468698d15b556dee8caeba497a78891247e.tar.bz2 gentoo-2-dda67468698d15b556dee8caeba497a78891247e.zip |
I hate ebuilds, fix SRC_URI again
(Portage version: 2.2_pre2)
Diffstat (limited to 'dev-cpp/gflags/gflags-0.7.ebuild')
-rw-r--r-- | dev-cpp/gflags/gflags-0.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-cpp/gflags/gflags-0.7.ebuild b/dev-cpp/gflags/gflags-0.7.ebuild index abfc341acb4e..408f56e7365f 100644 --- a/dev-cpp/gflags/gflags-0.7.ebuild +++ b/dev-cpp/gflags/gflags-0.7.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.7.ebuild,v 1.2 2008/03/09 08:21:52 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-0.7.ebuild,v 1.3 2008/03/09 08:27:44 antarus Exp $ inherit distutils DESCRIPTION="Google's C++ argument parsing library with python extensions." HOMEPAGE="http://code.google.com/p/google-gflags/" -SRC_URI="mirror://${P}.tar.gz - http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz" +SRC_URI="http://google-gflags.googlecode.com/files/gflags-0.7.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" |