diff options
Diffstat (limited to 'dev-gap/ctbllib/ctbllib-1.3.6.ebuild')
-rw-r--r-- | dev-gap/ctbllib/ctbllib-1.3.6.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild index dd817df9621f..267a2550f2c3 100644 --- a/dev-gap/ctbllib/ctbllib-1.3.6.ebuild +++ b/dev-gap/ctbllib/ctbllib-1.3.6.ebuild @@ -11,15 +11,15 @@ SRC_URI="https://www.math.rwth-aachen.de/~Thomas.Breuer/${PN}/${P}.tar.gz" LICENSE="GPL-3+" KEYWORDS="~amd64" -#IUSE="test" -RESTRICT=test +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-gap/atlasrep" -#BDEPEND="test? ( -# dev-gap/browse -# dev-gap/spinsym -# dev-gap/tomlib -#)" +BDEPEND="test? ( + dev-gap/browse + dev-gap/spinsym + dev-gap/tomlib +)" # The are "extra" docs and not the HTML produced by GAPDoc. The glob # gets expanded if we use a plain variable but not if we use a bash |