diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 18:45:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-18 18:45:57 +0000 |
commit | 5b49220165ce1f4fb95e313407737316fed12ad6 (patch) | |
tree | 0c3d596b24ae8938217abb28fdb7bdfe40a013f5 /net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild | |
parent | Revert as I was hitting bug #498484 but this the stab with the wrong bug numb... (diff) | |
download | gentoo-2-5b49220165ce1f4fb95e313407737316fed12ad6.tar.gz gentoo-2-5b49220165ce1f4fb95e313407737316fed12ad6.tar.bz2 gentoo-2-5b49220165ce1f4fb95e313407737316fed12ad6.zip |
Ensure proper Manifest is generated (due buggy internet connection)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild')
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild index f2cb83d221ca..1cce5c6ade62 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild,v 1.2 2013/12/24 12:50:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild,v 1.3 2014/01/18 18:45:57 pacho Exp $ EAPI="5" @@ -34,7 +34,7 @@ REQUIRED_USE=" if [[ ${PV} != *9999* ]]; then SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.xz" - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" else EGIT_REPO_URI="git://github.com/${PN}/${PN}.git" KEYWORDS="" |