diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-25 18:19:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-25 18:19:04 +0000 |
commit | a4f73ff9b4e3c3c1a9830081d2cdb8c22f433949 (patch) | |
tree | 058c5810afa574c50dbbef21ce84a405ed92b213 /x11-misc/pcmanfm/pcmanfm-9999.ebuild | |
parent | Drop sparc keywords (diff) | |
download | historical-a4f73ff9b4e3c3c1a9830081d2cdb8c22f433949.tar.gz historical-a4f73ff9b4e3c3c1a9830081d2cdb8c22f433949.tar.bz2 historical-a4f73ff9b4e3c3c1a9830081d2cdb8c22f433949.zip |
migrate to git-2. Touch non-live ebuilds to silence repoman
Package-Manager: portage-2.1.9.49/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/pcmanfm/pcmanfm-9999.ebuild')
-rw-r--r-- | x11-misc/pcmanfm/pcmanfm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index 653eeaf49966..452b327001c7 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.8 2011/02/22 18:55:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.9 2011/06/25 18:19:04 hwoarang Exp $ EAPI=2 if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}" - inherit autotools git + inherit autotools git-2 SRC_URI="" else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |