diff options
-rw-r--r-- | sys-apps/openrc/openrc-99999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-apps/openrc/openrc-99999.ebuild b/sys-apps/openrc/openrc-99999.ebuild new file mode 100644 index 00000000..b6d2faf7 --- /dev/null +++ b/sys-apps/openrc/openrc-99999.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="OpenRC dummy package" +HOMEPAGE="http://rogentos.ro" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |