blob: 6d33d79c6ecbff187a1b911e59b0769de70fae83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/obs-service-download_files/obs-service-download_files-0.1.ebuild,v 1.1 2011/11/16 15:48:44 miska Exp $
EAPI=4
if [[ "${PV}" != "9999" ]]; then
OPENSUSE_RELEASE="12.1"
KEYWORDS="~amd64 ~x86"
fi
inherit obs-service
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
net-misc/wget
"
|