diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-09-22 21:24:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-09-22 21:24:36 +0000 |
commit | e9e81dd4b151a4d45a205699bc244cf85781f6c0 (patch) | |
tree | e8a02ad138a86b7b280f3d31cadf96acf88845b5 /skel.ebuild | |
parent | fix cp to newins (diff) | |
download | gentoo-2-e9e81dd4b151a4d45a205699bc244cf85781f6c0.tar.gz gentoo-2-e9e81dd4b151a4d45a205699bc244cf85781f6c0.tar.bz2 gentoo-2-e9e81dd4b151a4d45a205699bc244cf85781f6c0.zip |
add categories to deps
Diffstat (limited to 'skel.ebuild')
-rw-r--r-- | skel.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skel.ebuild b/skel.ebuild index ceaa6a1be915..7509443419ff 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -65,8 +65,8 @@ KEYWORDS="~x86" IUSE="X gnome" # Build-time dependencies, such as -# ssl? ( >=openssl-0.9.6b ) -# >=perl-5.6.1-r1 +# ssl? ( >=dev-libs/openssl-0.9.6b ) +# >=dev-lang/perl-5.6.1-r1 # It is advisable to use the >= syntax show above, to reflect what you # had installed on your system when you tested the package. Then # other users hopefully won't be caught without the right version of |