| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-9999.ebuild,v 1.9 2012/06/10 10:34:25 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-9999.ebuild,v 1.10 2012/06/26 20:19:09 dilfridge Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
|
|
6 | |
|
|
7 | GENTOO_DEPEND_ON_PERL=no |
| 6 | |
8 | |
| 7 | inherit base perl-module |
9 | inherit base perl-module |
| 8 | |
10 | |
| 9 | if [[ "${PV}"=="9999" ]] ; then |
11 | if [[ "${PV}"=="9999" ]] ; then |
| 10 | inherit autotools bzr |
12 | inherit autotools bzr |