| 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/media-libs/libpostproc/libpostproc-0.8.0.20120229.ebuild,v 1.2 2012/06/22 09:10:01 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/libpostproc/libpostproc-0.8.0.20120229.ebuild,v 1.3 2012/06/22 11:07:15 ago Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | SCM="" |
7 | SCM="" |
| 8 | if [ "${PV#9999}" != "${PV}" ] ; then |
8 | if [ "${PV#9999}" != "${PV}" ] ; then |
| … | |
… | |
| 23 | fi |
23 | fi |
| 24 | |
24 | |
| 25 | LICENSE="GPL-2" |
25 | LICENSE="GPL-2" |
| 26 | SLOT="0" |
26 | SLOT="0" |
| 27 | if [ "${PV#9999}" = "${PV}" ] ; then |
27 | if [ "${PV#9999}" = "${PV}" ] ; then |
| 28 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" |
28 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" |
| 29 | fi |
29 | fi |
| 30 | IUSE="pic static-libs" |
30 | IUSE="pic static-libs" |
| 31 | |
31 | |
| 32 | # String for CPU features in the useflag[:configure_option] form |
32 | # String for CPU features in the useflag[:configure_option] form |
| 33 | # if :configure_option isn't set, it will use 'useflag' as configure option |
33 | # if :configure_option isn't set, it will use 'useflag' as configure option |