Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 503798
Collapse All | Expand All

(-)libXcm-0.5.2-r1.ebuild (-2 / +9 lines)
Lines 8-18 Link Here
8
8
9
DESCRIPTION="reference implementation of the net-color spec"
9
DESCRIPTION="reference implementation of the net-color spec"
10
HOMEPAGE="http://www.oyranos.org/libxcm/"
10
HOMEPAGE="http://www.oyranos.org/libxcm/"
11
SRC_URI="mirror://sourceforge/oyranos/${PN}/${PN}-0.4.x/${P}.tar.bz2"
11
if [[ ${PV} == "9999" ]] ; then
12
	EGIT_REPO_URI="git://www.oyranos.org/git/xcolor"
13
	inherit git-2
14
	SRC_URI=""
15
	KEYWORDS=""
16
else
17
	SRC_URI="mirror://sourceforge/oyranos/${PN}/${PN}-0.4.x/${P}.tar.bz2"
18
	KEYWORDS="~amd64 ~ppc ~x86"
19
fi
12
20
13
LICENSE="MIT"
21
LICENSE="MIT"
14
SLOT="0"
22
SLOT="0"
15
KEYWORDS="amd64 ~ppc ~x86"
16
IUSE="X doc static-libs"
23
IUSE="X doc static-libs"
17
24
18
RDEPEND="X? ( x11-libs/libXmu[${MULTILIB_USEDEP}]
25
RDEPEND="X? ( x11-libs/libXmu[${MULTILIB_USEDEP}]

Return to bug 503798