cellar 0.4 ebuild should actually work now
This commit is contained in:
		@@ -21,3 +21,19 @@ BDEPEND="
 | 
			
		||||
    app-text/ronn-ng
 | 
			
		||||
    doc? ( dev-python/sphinx )
 | 
			
		||||
"
 | 
			
		||||
 | 
			
		||||
src_prepare() {
 | 
			
		||||
    cmake_src_prepare
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
src_configure() {
 | 
			
		||||
    local mycmakeargs=(
 | 
			
		||||
        -DCMAKE_BUILD_TYPE=Release
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    cmake_src_configure
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
src_install() {
 | 
			
		||||
    cmake_src_install
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user