diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 20:21:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:54:01 +0100 |
commit | cba9ca69a1f289501aa846d0813e4249d8164439 (patch) | |
tree | d4781f76f76aa96bde3a3df2e53d1353b3515626 /dev-db | |
parent | dev-cpp/tclap: use BDEPEND for virtual/pkgconfig (diff) | |
download | gentoo-cba9ca69a1f289501aa846d0813e4249d8164439.tar.gz gentoo-cba9ca69a1f289501aa846d0813e4249d8164439.tar.bz2 gentoo-cba9ca69a1f289501aa846d0813e4249d8164439.zip |
dev-db/apgdiff: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/apgdiff/apgdiff-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/apgdiff/apgdiff-2.4.ebuild b/dev-db/apgdiff/apgdiff-2.4.ebuild index 8066c91411e7..f9094db4e464 100644 --- a/dev-db/apgdiff/apgdiff-2.4.ebuild +++ b/dev-db/apgdiff/apgdiff-2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" -inherit eutils java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="A simple PostgreSQL diff tool that is useful for schema upgrades" HOMEPAGE="https://apgdiff.com" |