dev-qt/qtserialport: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / net-print / ink / ink-0.5.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="A command line utility to display the ink level of your printer"
7 SRC_URI="mirror://sourceforge/ink/${P/_}.tar.gz"
8 HOMEPAGE="http://ink.sourceforge.net/"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~amd64 ~x86"
13 IUSE=""
14
15 DEPEND=">net-print/libinklevel-0.8"
16 RDEPEND="${DEPEND}"
17
18 src_configure() {
19         # always use /bin/bash as configure shell, bug #526548
20         CONFIG_SHELL=/bin/bash default
21 }