Skip to content

Commit

Permalink
db-use.eclass: add initial @ebuild block
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Mar 31, 2021
1 parent f68d9ce commit 9c48742
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions eclass/db-use.eclass
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This is a common location for functions that aid the use of sys-libs/db
#
# Bugs: [email protected]

# @ECLASS: db-use.eclass
# @MAINTAINER:
# [email protected]
# @AUTHOR:
# Paul de Vrieze <[email protected]>
# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: This is a common location for functions that aid the use of sys-libs/db
# @DESCRIPTION:
# This eclass is designed to provide helpful functions for depending on
# sys-libs/db.

# multilib is used for get_libname in all EAPI
case "${EAPI:-0}" in
Expand Down

0 comments on commit 9c48742

Please sign in to comment.