diff options
Diffstat (limited to 'dev-cpp/ETL/ETL-9999.ebuild')
-rw-r--r-- | dev-cpp/ETL/ETL-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-cpp/ETL/ETL-9999.ebuild b/dev-cpp/ETL/ETL-9999.ebuild index a2bf64c95..59ab2a2f3 100644 --- a/dev-cpp/ETL/ETL-9999.ebuild +++ b/dev-cpp/ETL/ETL-9999.ebuild @@ -2,19 +2,18 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI=2 +EGIT_REPO_URI="git://synfig.git.sourceforge.net/gitroot/synfig/synfig" + inherit autotools git DESCRIPTION="Multiplatform class and template library designed to complement and supplement the C++ STL" - HOMEPAGE="http://www.synfig.org/" -EGIT_REPO_URI="git://synfig.git.sourceforge.net/gitroot/synfig/synfig" -EGIT_FETCH_CMD="git clone --depth 1" SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="" src_prepare() { |