diff options
Diffstat (limited to 'tests/files/ebuilds/main1-0.0.1.ebuild')
-rw-r--r-- | tests/files/ebuilds/main1-0.0.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/files/ebuilds/main1-0.0.1.ebuild b/tests/files/ebuilds/main1-0.0.1.ebuild index 4a78dc7..d0284ab 100644 --- a/tests/files/ebuilds/main1-0.0.1.ebuild +++ b/tests/files/ebuilds/main1-0.0.1.ebuild @@ -4,11 +4,12 @@ EAPI="3" -inherit octave-forge eutils +G_OCTAVE_CAT="main" + +inherit g-octave eutils DESCRIPTION="This is the Main 1 description" HOMEPAGE="http://main1.org" -SRC_URI="mirror://sourceforge/octave/${OCT_P}.tar.gz" LICENSE="|| ( GPL-2 GPL-3 LGPL BSD GFDL )" SLOT="0" @@ -20,9 +21,9 @@ IUSE="" RESTRICT="mirror" DEPEND=">sci-mathematics/pkg4-1.0.0 - >=sci-mathematics/pkg1-4.3.2 + sci-mathematics/pkg3 <sci-mathematics/pkg2-1.2.3 - sci-mathematics/pkg3" + >=sci-mathematics/pkg1-4.3.2" RDEPEND="${DEPEND} >=sci-mathematics/octave-3.0.0" |